From 084a827c2c6470d98fe32a5f6ffc802d16b8e24d Mon Sep 17 00:00:00 2001 From: Nicolas MASSE Date: Sun, 21 Nov 2021 22:03:30 +0100 Subject: [PATCH] fix Dockerfile: FROM --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 87a0d7d..2e36faf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM alpine +FROM scratch ARG BUILT_ARTIFACT ADD "$BUILT_ARTIFACT" / EXPOSE 8080