Skip to content

Commit 50c5504

Browse files
chore(deps): update dependency openssl/openssl to v4
1 parent 91fd7ec commit 50c5504

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile_python

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM alpine:3.23 AS base
22

3-
ARG OPENSSL_VERSION=3.6.2
3+
ARG OPENSSL_VERSION=4.0.1
44
ARG PYTHON_VERSION=3.12.13
55

66
ENV PATH /usr/local/bin:$PATH

Dockerfile_python_nodejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM alpine:3.23 AS base
22

3-
ARG OPENSSL_VERSION=3.6.2
3+
ARG OPENSSL_VERSION=4.0.1
44
ARG PYTHON_VERSION=3.12.13
55

66
ENV PATH /usr/local/bin:$PATH

0 commit comments

Comments
 (0)