From 4f00f9df9cce57d4c590953cbbc455db8b85425a Mon Sep 17 00:00:00 2001 From: yair Date: Thu, 28 Dec 2023 20:07:58 +0200 Subject: [PATCH] assets and docker file --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b2d968b..fa15b89 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine +FROM gcr.io/distroless/static-debian11 COPY assets/ /usr/bin