From 1a849835f1918a0cf512b4a12885d9fef6bef8da Mon Sep 17 00:00:00 2001 From: Mark Mandel Date: Thu, 26 Jan 2023 14:54:53 -0800 Subject: [PATCH] Migrate image to supported distroless tag MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The image we were using was deprecated, and is no longer updated. This is the new one 👍 Closes #689 --- image/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/image/Dockerfile b/image/Dockerfile index 11174dcc30..c73cc4e673 100644 --- a/image/Dockerfile +++ b/image/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM gcr.io/distroless/cc:nonroot as base +FROM gcr.io/distroless/cc-debian11:nonroot as base WORKDIR / COPY ./license.html . COPY ./dependencies-src.zip .