Skip to content

Commit 3724e07

Browse files
chore(deps): bump alpine from 51183f2 to 5b10f43 in the docker group
Bumps the docker group with 1 update: alpine. Updates `alpine` from `51183f2` to `5b10f43` --- updated-dependencies: - dependency-name: alpine dependency-version: '3.23' dependency-type: direct:production update-type: version-update:semver-patch dependency-group: docker ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e21a340 commit 3724e07

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Binary selector stage — picks the correct pre-built binary for the target platform.
22
# Docker automatically sets TARGETARCH and TARGETVARIANT during multi-platform builds.
33
# All pre-built binaries must be in bin/ in the build context.
4-
FROM alpine:3.23@sha256:51183f2cfa6320055da30872f211093f9ff1d3cf06f39a0bdb212314c5dc7375 AS binary-selector
4+
FROM alpine:3.23@sha256:5b10f432ef3da1b8d4c7eb6c487f2f5a8f096bc91145e68878dd4a5019afde11 AS binary-selector
55

66
ARG TARGETARCH
77
ARG TARGETVARIANT
@@ -21,7 +21,7 @@ RUN set -eux; \
2121
chmod +x /usr/bin/ofelia
2222

2323
# Runtime stage
24-
FROM alpine:3.23@sha256:51183f2cfa6320055da30872f211093f9ff1d3cf06f39a0bdb212314c5dc7375
24+
FROM alpine:3.23@sha256:5b10f432ef3da1b8d4c7eb6c487f2f5a8f096bc91145e68878dd4a5019afde11
2525

2626
# OCI Image Annotations
2727
# See: https://github.com/opencontainers/image-spec/blob/main/annotations.md

0 commit comments

Comments
 (0)