From 88513845845f35e192ff0fd74b49a936a4a33967 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 2 Jul 2024 05:39:22 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE319-OPENSSL-7413523 - https://snyk.io/vuln/SNYK-ALPINE319-OPENSSL-7413523 - https://snyk.io/vuln/SNYK-ALPINE319-OPENSSL-7413527 - https://snyk.io/vuln/SNYK-ALPINE319-OPENSSL-7413527 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8445d20..7021494 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,7 +20,7 @@ COPY --from=node-builder /frontend/dist ./frontend/dist # -- ^ REMOVE IN PUBLISH DOCKERFILE ^ -- RUN GOOS=linux go build -o /app/remixdb ./cmd/remixdb -FROM alpine:3.19 +FROM alpine:3 RUN apk add --no-cache ca-certificates tzdata WORKDIR /app COPY --from=builder /app/remixdb /app/remixdb