Skip to content

Commit

Permalink
upgraded openssl to 3.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardbejarano committed Sep 4, 2024
1 parent 73df6c5 commit ae1ae8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ FROM alpine:3 AS build
ARG VERSION="1.27.1"
ARG CHECKSUM="bd7ba68a6ce1ea3768b771c7e2ab4955a59fb1b1ae8d554fedb6c2304104bdfc"

ARG OPENSSL_VERSION="3.3.1"
ARG OPENSSL_CHECKSUM="777cd596284c883375a2a7a11bf5d2786fc5413255efab20c50d6ffe6d020b7e"
ARG OPENSSL_VERSION="3.3.2"
ARG OPENSSL_CHECKSUM="2e8a40b01979afe8be0bbfb3de5dc1c6709fedb46d6c89c10da114ab5fc3d281"

ARG ZLIB_VERSION="1.3.1"
ARG ZLIB_CHECKSUM="9a93b2b7dfdac77ceba5a558a580e74667dd6fede4585b91eefb60f03b72df23"
Expand Down

0 comments on commit ae1ae8b

Please sign in to comment.