From 433edb23f00c8752650e9581f0d75211ac672e32 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 25 Jan 2024 23:31:50 +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..d6e1b6619ddb 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.18.5 LABEL maintainer="plausible.io " ARG BUILD_METADATA={}