Skip to content

Commit 0e54ed7

Browse files
committed
Changed the base image to ko's latest default
1 parent cf985e2 commit 0e54ed7

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
@@ -13,6 +13,6 @@
1313
# limitations under the License.
1414

1515
# base image is the same as ko (see https://ko.build/configuration/)
16-
FROM gcr.io/distroless/static:nonroot
16+
FROM cgr.dev/chainguard/static:latest
1717
COPY gcp-auth-webhook /gcp-auth-webhook
1818
ENTRYPOINT ["/gcp-auth-webhook"]

0 commit comments

Comments
 (0)