From 01fb4c7ebcc3dcbff46a4bdd45719ae4ec30d535 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 2 Dec 2023 14:41:02 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE314-OPENSSL-3314637 - https://snyk.io/vuln/SNYK-ALPINE314-OPENSSL-3314646 - https://snyk.io/vuln/SNYK-ALPINE314-OPENSSL-3314653 - https://snyk.io/vuln/SNYK-ALPINE314-OPENSSL-3368739 - https://snyk.io/vuln/SNYK-ALPINE314-ZLIB-2976174 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 96e90dc..f5a69b8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ RUN mix phx.digest COPY lib lib RUN mix do compile, release -FROM alpine:3.14.6 AS app +FROM alpine:3.18.5 AS app RUN apk add --no-cache openssl ncurses-libs WORKDIR /ideciclo