From 9d12d5d24eacba038ec2d4650d82b398f2d9130d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 25 Jan 2024 02:48:45 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE318-BUSYBOX-5890990 - https://snyk.io/vuln/SNYK-ALPINE318-BUSYBOX-5890990 - https://snyk.io/vuln/SNYK-ALPINE318-BUSYBOX-5890990 - https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-6032386 - https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-6032386 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d6e25a2ea336..6c82ca4ee15d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -53,7 +53,7 @@ COPY rel rel RUN mix release plausible # Main Docker Image -FROM alpine:3.18.0 +FROM alpine:3 LABEL maintainer="plausible.io " ARG BUILD_METADATA={}