From 7c6a0b3b498d54ef187b321b6e22faa89ef80dca Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 15 Sep 2025 16:16:37 +0000 Subject: [PATCH] fix: docker/Dockerfile-stable to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN12-GNUTLS28-10690985 - https://snyk.io/vuln/SNYK-DEBIAN12-GNUTLS28-10690987 - https://snyk.io/vuln/SNYK-DEBIAN12-PERL-5489190 - https://snyk.io/vuln/SNYK-DEBIAN12-GCC12-5901316 - https://snyk.io/vuln/SNYK-DEBIAN12-GCC12-5901316 --- docker/Dockerfile-stable | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/Dockerfile-stable b/docker/Dockerfile-stable index 2860c4e0f0e..a1c32fff597 100644 --- a/docker/Dockerfile-stable +++ b/docker/Dockerfile-stable @@ -1,6 +1,6 @@ # syntax=docker/dockerfile:1 # This dockerfile builds the zap stable release -FROM --platform=linux/amd64 debian:12.8-slim AS builder +FROM --platform=linux/amd64 debian:12.12-slim AS builder RUN apt-get update && apt-get install -q -y --fix-missing \ wget \ @@ -34,7 +34,7 @@ RUN --mount=type=secret,id=webswing_url \ # Remove Webswing bundled examples rm -Rf webswing/apps/ -FROM debian:12.8-slim AS final +FROM debian:12.12-slim AS final LABEL maintainer="psiinon@gmail.com" ARG DEBIAN_FRONTEND=noninteractive