From 2dd8c11d7187fbacc1211dcae4192fcfe1cd2ba8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 19 Jun 2024 00:34:52 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE318-BUSYBOX-7249236 - https://snyk.io/vuln/SNYK-ALPINE318-BUSYBOX-7249265 - https://snyk.io/vuln/SNYK-ALPINE318-BUSYBOX-7249265 - https://snyk.io/vuln/SNYK-ALPINE318-BUSYBOX-7249419 - https://snyk.io/vuln/SNYK-ALPINE318-BUSYBOX-7249419 --- 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