From 830a0af6f41cd56d1f0c83fb1f25c3cecde01b59 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 28 Oct 2025 03:55:17 +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-GNUTLS28-10690990 --- docker/Dockerfile-stable | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/Dockerfile-stable b/docker/Dockerfile-stable index 2860c4e0f0e..d6d90b9bdd9 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:bookworm-20250929-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:bookworm-20250929-slim AS final LABEL maintainer="psiinon@gmail.com" ARG DEBIAN_FRONTEND=noninteractive