Skip to content

Commit 5bc5a63

Browse files
chore(deps): bump alpine from 3.23 to 3.24 in /packages/pipeline (#814)
Bumps alpine from 3.23 to 3.24. --- updated-dependencies: - dependency-name: alpine dependency-version: '3.24' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ce08911 commit 5bc5a63

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/pipeline/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ RUN find . -name '*.rs' -exec touch {} + && \
6565
cargo build --release --bin "${BIN}"
6666

6767
# Stage 4: Shared runtime base
68-
FROM alpine:3.23@sha256:25109184c71bdad752c8312a8623239686a9a2071e8825f20acb8f2198c3f659 AS runtime-base
68+
FROM alpine:3.24@sha256:a2d49ea686c2adfe3c992e47dc3b5e7fa6e6b5055609400dc2acaeb241c829f4 AS runtime-base
6969
RUN apk add --no-cache ca-certificates && \
7070
addgroup -S app && adduser -S app -G app
7171

0 commit comments

Comments
 (0)