From 8e54b879ed01fd030e84d5b465b2fc9b75522e5c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 1 Jul 2024 02:35:20 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-7413525 - https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-7413525 - https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-7413536 - https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-7413536 --- 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