From 8eb8f8641488431e9d7f02478cc519a347f2188c Mon Sep 17 00:00:00 2001 From: Shingo Omura Date: Wed, 5 Oct 2022 22:22:49 +0900 Subject: [PATCH] update base image to ubuntu:22.04 for release (#3) --- Dockerfile.release | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.release b/Dockerfile.release index f1a9ee2..4ee29ad 100644 --- a/Dockerfile.release +++ b/Dockerfile.release @@ -1,4 +1,4 @@ -FROM gcr.io/distroless/static-debian11:latest +FROM ubuntu:22.04 COPY strict-supplementalgroups-container-runtime \ /opt/strict-supplementalgroups-container-runtime/bin/ COPY strict-supplementalgroups-install \