From 6a0f9056373e0041962dfce298a6ac8be9cd60b0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 24 Jan 2024 21:13:14 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-6152404 - https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-6152404 - https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-6160000 - https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-6160000 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e5e04256..095dc758 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.18 +FROM alpine:3 ENV APP_USER=regula ENV APP_DIR=/workspace RUN adduser -s /bin/true -u 1000 -D -h $APP_DIR $APP_USER