Skip to content

Commit 9fc74f0

Browse files
Update alpine Docker digest to 28bd5fe (#83)
Update alpine Change-type: patch
2 parents c109976 + 117372b commit 9fc74f0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

test/Dockerfile.dst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine@sha256:a2d49ea686c2adfe3c992e47dc3b5e7fa6e6b5055609400dc2acaeb241c829f4
1+
FROM alpine@sha256:28bd5fe8b56d1bd048e5babf5b10710ebe0bae67db86916198a6eec434943f8b
22
# Change a few characters but ensure file length remains the same
33
RUN echo "HeXXo from the image" > testfile
44
# Force date modified to a known fixed value

test/Dockerfile.src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine@sha256:a2d49ea686c2adfe3c992e47dc3b5e7fa6e6b5055609400dc2acaeb241c829f4
1+
FROM alpine@sha256:28bd5fe8b56d1bd048e5babf5b10710ebe0bae67db86916198a6eec434943f8b
22
RUN echo "Hello from the image" > testfile
33
# Force date modified to a known fixed value
44
RUN touch -mt 1806220000 testfile

0 commit comments

Comments
 (0)