From b249e82e507d9b3ea39c40cbb6424697e1e45c93 Mon Sep 17 00:00:00 2001 From: Nicolas MASSE Date: Sat, 27 Nov 2021 21:42:25 +0100 Subject: [PATCH] Revert "fix missing ca certificates" This reverts commit 48ed850650183fda3e29d77f682805669879afb7. --- Containerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Containerfile b/Containerfile index 8a83390..4e55a1f 100644 --- a/Containerfile +++ b/Containerfile @@ -1,5 +1,4 @@ -FROM alpine:latest -RUN apk add -U --no-cache ca-certificates +FROM scratch ARG BUILT_ARTIFACT ADD "$BUILT_ARTIFACT" / EXPOSE 8080