From bf27bd604f75eb605babd8331439cb10085cf815 Mon Sep 17 00:00:00 2001 From: sapcc-bot Date: Tue, 26 Sep 2023 12:10:13 +0000 Subject: [PATCH] Run go-makefile-maker --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 27fecf46..043712e3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,9 +12,11 @@ FROM alpine:3.18 RUN addgroup -g 4200 appgroup \ && adduser -h /home/appuser -s /sbin/nologin -G appgroup -D -u 4200 appuser + # upgrade all installed packages to fix potential CVEs in advance RUN apk upgrade --no-cache --no-progress \ && apk add --no-cache --no-progress ca-certificates + COPY --from=builder /pkg/ /usr/ ARG BININFO_BUILD_DATE BININFO_COMMIT_HASH BININFO_VERSION