From 18f801be2c1cdf61aa6dc028eab1e5c5687e00a5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 9 Jan 2026 21:54:24 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE319-OPENSSL-7895536 - https://snyk.io/vuln/SNYK-ALPINE319-OPENSSL-7895536 - https://snyk.io/vuln/SNYK-ALPINE319-MUSL-8720640 - https://snyk.io/vuln/SNYK-ALPINE319-MUSL-8720640 - https://snyk.io/vuln/SNYK-ALPINE319-BUSYBOX-6913413 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 53f57a4..d0ff976 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ COPY . . RUN cargo install --path . # Stage 2: Runtime environment -FROM alpine:3.19.1 +FROM alpine:3.23.2 # Create a new user "brutus" with no login capabilities for running the application RUN adduser -D -h /opt/brutus -s /sbin/nologin brutus