Skip to content

Commit 0fa8a42

Browse files
author
saville
committed
Use another base image
1 parent b5311ad commit 0fa8a42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/build/secrets/platforms-buildrunner.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ steps:
88
simple-build-step:
99
build:
1010
dockerfile: |
11-
FROM alpine:latest
11+
FROM busybox:latest
1212
# Using secrets inline
1313
RUN --mount=type=secret,id=secret1 \
1414
--mount=type=secret,id=secret2 \

0 commit comments

Comments
 (0)