Skip to content

Commit 2ab293a

Browse files
chore(deps): update dependency openssl/openssl to v3.5.6 (#24)
| datasource | package | from | to | | --------------- | --------------- | ----- | ----- | | github-releases | openssl/openssl | 3.5.5 | 3.5.6 | Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com> Co-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
1 parent 49ece8d commit 2ab293a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docker/wheel-musllinux.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# syntax=docker/dockerfile:1.23@sha256:2780b5c3bab67f1f76c781860de469442999ed1a0d7992a5efdf2cffc0e3d769
22
ARG PLATFORM=x86_64
33
FROM quay.io/pypa/musllinux_1_2_${PLATFORM} AS builder
4-
ARG OPENSSL_VERSION=3.5.5
4+
ARG OPENSSL_VERSION=3.5.6
55

66
RUN apk add --no-cache gcc musl-dev libffi-dev make perl linux-headers
77

docker/wheel.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# syntax=docker/dockerfile:1.23@sha256:2780b5c3bab67f1f76c781860de469442999ed1a0d7992a5efdf2cffc0e3d769
22
ARG PLATFORM=x86_64
33
FROM quay.io/pypa/manylinux2014_${PLATFORM} AS builder
4-
ARG OPENSSL_VERSION=3.5.5
4+
ARG OPENSSL_VERSION=3.5.6
55

66
RUN yum -y install gcc libffi-devel perl-core glibc-devel make
77

0 commit comments

Comments
 (0)