You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Dockerfile
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# https://github.com/hadolint/hadolint/issues/861
2
2
# hadolint ignore=DL3029
3
-
FROM --platform="${BUILDPLATFORM:-linux/amd64}" docker.io/library/busybox:1.36.0@sha256:5c1f62b3194d18d192ee7a3e2b02b23af1c54c6d3dc528d97d5f93b908d1ffbb as builder
3
+
FROM --platform="${BUILDPLATFORM:-linux/amd64}" docker.io/library/busybox:1.36.0@sha256:c118f538365369207c12e5794c3cbfb7b042d950af590ae6c287ede74f29b7d4 as builder
4
4
RUN mkdir /.cache && touch -t 202101010000.00 /.cache
0 commit comments