upgraded openssl to 3.2.0
This commit is contained in:
parent
e1e7f1a8e7
commit
c14d7b4f5a
1 changed files with 2 additions and 2 deletions
|
@ -3,8 +3,8 @@ FROM alpine:3 AS build
|
|||
ARG VERSION="1.25.3"
|
||||
ARG CHECKSUM="64c5b975ca287939e828303fa857d22f142b251f17808dfe41733512d9cded86"
|
||||
|
||||
ARG OPENSSL_VERSION="3.1.4"
|
||||
ARG OPENSSL_CHECKSUM="840af5366ab9b522bde525826be3ef0fb0af81c6a9ebd84caa600fea1731eee3"
|
||||
ARG OPENSSL_VERSION="3.2.0"
|
||||
ARG OPENSSL_CHECKSUM="14c826f07c7e433706fb5c69fa9e25dab95684844b4c962a2cf1bf183eb4690e"
|
||||
|
||||
ARG ZLIB_VERSION="1.3"
|
||||
ARG ZLIB_CHECKSUM="ff0ba4c292013dbc27530b3a81e1f9a813cd39de01ca5e0f8bf355702efa593e"
|
||||
|
|
Loading…
Add table
Reference in a new issue