Skip to content

Commit

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

ARG SSL_LIBRARY

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

COPY --link ["scratchfs", "/scratchfs"]

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.42.0
AWS_LC_TAG=v1.43.0
LIBRESSL_TAG=v3.9.2
OPENSSL_TAG=openssl-3.4.0
WOLFSSL_TAG=v5.7.6
LIBSLZ_TAG=v1.2.1
HAPROXY_VERSION=3.1.0
HAPROXY_VERSION=3.1.2

0 comments on commit e040753

Please sign in to comment.