Skip to content

Commit

Permalink
aws-lc v1.42.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robvanoostenrijk committed Jan 7, 2025
1 parent e647877 commit 298d46e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ FROM alpine:latest AS builder

ARG SSL_LIBRARY

ARG AWS_LC_TAG=v1.41.1 \
ARG AWS_LC_TAG=v1.42.0 \
LIBRESSL_TAG=v3.9.2 \
OPENSSL_TAG=openssl-3.4.0 \
WOLFSSL_TAG=v5.7.4 \
WOLFSSL_TAG=v5.7.6 \
LIBSLZ_TAG=v1.2.1 \
HAPROXY_VERSION=3.1.0

Expand Down
2 changes: 1 addition & 1 deletion scripts/build-dockerfile.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
# Generate Dockerfile
source versions.env

Expand Down
4 changes: 2 additions & 2 deletions versions.env
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
AWS_LC_TAG=v1.41.1
AWS_LC_TAG=v1.42.0
LIBRESSL_TAG=v3.9.2
OPENSSL_TAG=openssl-3.4.0
WOLFSSL_TAG=v5.7.4
WOLFSSL_TAG=v5.7.6
LIBSLZ_TAG=v1.2.1
HAPROXY_VERSION=3.1.0

0 comments on commit 298d46e

Please sign in to comment.