Skip to content

Commit 570be18

Browse files
committed
chore(deps): update busybox docker tag to v1.33.1
1 parent 60314bd commit 570be18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ RUN go build -a \
3838
FROM scratch AS final
3939

4040
# copy 1 MiB busybox executable
41-
COPY --from=busybox:1.32.0 /bin/busybox /bin/busybox
41+
COPY --from=busybox:1.33.1 /bin/busybox /bin/busybox
4242

4343
# copy dumb-ini from micro
4444
COPY --from=builder /usr/bin/dumb-init /usr/bin/dumb-init

0 commit comments

Comments
 (0)