Skip to content

Commit b8398e2

Browse files
authored
Use stable version of busybox (#14)
1 parent 54f292c commit b8398e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# snapshot versions, either prod or test
1919
ARG snapshot_versions_type=prod
2020

21-
FROM docker.io/busybox:1.37.0@sha256:2919d0172f7524b2d8df9e50066a682669e6d170ac0f6a49676d54358fe970b5 as snapshot-versions-getter-base
21+
FROM docker.io/busybox:1.36.1@sha256:7c3c3cea5d4d6133d6a694d23382f6a7b32652f23855abdba3eb039ca5995447 as snapshot-versions-getter-base
2222

2323
# Production snapshot versions
2424
FROM snapshot-versions-getter-base as snapshot-versions-getter-prod

0 commit comments

Comments
 (0)