Skip to content

Commit 7242236

Browse files
chore(deps): update docker/dockerfile docker tag to v1.23 (#19)
| datasource | package | from | to | | ---------- | ----------------- | ---- | ---- | | docker | docker/dockerfile | 1.22 | 1.23 | 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 f124c26 commit 7242236

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,4 +1,4 @@
1-
# syntax=docker/dockerfile:1.22@sha256:4a43a54dd1fedceb30ba47e76cfcf2b47304f4161c0caeac2db1c61804ea3c91
1+
# syntax=docker/dockerfile:1.23@sha256:2780b5c3bab67f1f76c781860de469442999ed1a0d7992a5efdf2cffc0e3d769
22
ARG PLATFORM=x86_64
33
FROM quay.io/pypa/musllinux_1_2_${PLATFORM} AS builder
44
ARG OPENSSL_VERSION=3.5.5

docker/wheel.Dockerfile

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

0 commit comments

Comments
 (0)