Skip to content

Commit 80dee00

Browse files
committed
Move to base image with ca-certificates
1 parent 9a9d0d3 commit 80dee00

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
@@ -13,7 +13,7 @@ RUN mkdir /output && \
1313
mv ./$(ls -d */|grep musl)/release/silly-cors /output
1414

1515

16-
FROM scratch
16+
FROM gcr.io/distroless/static
1717
WORKDIR /app
1818
COPY --from=build /output/silly-cors .
1919

0 commit comments

Comments
 (0)