We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c109976 + 117372b commit 9fc74f0Copy full SHA for 9fc74f0
2 files changed
test/Dockerfile.dst
@@ -1,4 +1,4 @@
1
-FROM alpine@sha256:a2d49ea686c2adfe3c992e47dc3b5e7fa6e6b5055609400dc2acaeb241c829f4
+FROM alpine@sha256:28bd5fe8b56d1bd048e5babf5b10710ebe0bae67db86916198a6eec434943f8b
2
# Change a few characters but ensure file length remains the same
3
RUN echo "HeXXo from the image" > testfile
4
# Force date modified to a known fixed value
test/Dockerfile.src
RUN echo "Hello from the image" > testfile
RUN touch -mt 1806220000 testfile
0 commit comments