From c3fdb8f787e3b7d9643a2eeb646043282623102c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 14 Oct 2025 20:14:57 +0000 Subject: [PATCH] fix: apps/inventory-app/inventory-app/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE317-MUSL-8720633 - https://snyk.io/vuln/SNYK-ALPINE317-MUSL-8720633 - https://snyk.io/vuln/SNYK-ALPINE317-OPENSSL-8235199 - https://snyk.io/vuln/SNYK-ALPINE317-OPENSSL-8235199 --- apps/inventory-app/inventory-app/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/inventory-app/inventory-app/Dockerfile b/apps/inventory-app/inventory-app/Dockerfile index ea6eacb..4c1e5f5 100644 --- a/apps/inventory-app/inventory-app/Dockerfile +++ b/apps/inventory-app/inventory-app/Dockerfile @@ -1,5 +1,5 @@ # Use the penultimate stable version of Alpine as the base image -FROM alpine:3.17 +FROM alpine:3.22.2 # Install Node.js and npm RUN apk add --no-cache nodejs npm