Skip to content

Commit cdea40b

Browse files
Bump alpine from beefdbd to 21dc606
Bumps alpine from `beefdbd` to `21dc606`. --- updated-dependencies: - dependency-name: alpine dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 092d151 commit cdea40b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
# latest hash as of 27 AUG 2024 - Alpine 3.20.2
2222
# https://hub.docker.com/layers/library/alpine/3.20.2/images/sha256-eddacbc7e24bf8799a4ed3cdcfa50d4b88a323695ad80f317b6629883b2c2a78?context=explore
2323
# use as builder image to pull in required deps
24-
FROM alpine@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d AS builder
24+
FROM alpine@sha256:21dc6063fd678b478f57c0e13f47560d0ea4eeba26dfc947b2a4f81f686b9f45 AS builder
2525

2626
ENV PYTHONUNBUFFERED=1
2727

@@ -42,7 +42,7 @@ RUN \
4242

4343
# latest hash as of 27 AUG 2024 - Alpine 3.20.2
4444
# https://hub.docker.com/layers/library/alpine/3.20.2/images/sha256-eddacbc7e24bf8799a4ed3cdcfa50d4b88a323695ad80f317b6629883b2c2a78?context=explore
45-
FROM alpine@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d as electriceye
45+
FROM alpine@sha256:21dc6063fd678b478f57c0e13f47560d0ea4eeba26dfc947b2a4f81f686b9f45 as electriceye
4646

4747
COPY --from=builder /usr /usr
4848

0 commit comments

Comments
 (0)