From 12650c29e6b2876a31a6903b5e447a1d59156bee Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 9 Nov 2025 08:44:44 +0000 Subject: [PATCH] fix: docker/queue/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE322-LIBXML2-13505214 - https://snyk.io/vuln/SNYK-ALPINE322-LIBXML2-13505216 - https://snyk.io/vuln/SNYK-ALPINE322-LIBXML2-13505213 - https://snyk.io/vuln/SNYK-ALPINE322-LIBXML2-13505215 - https://snyk.io/vuln/SNYK-ALPINE322-CURL-13277269 --- docker/queue/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/queue/Dockerfile b/docker/queue/Dockerfile index 2f588f93..998fc886 100644 --- a/docker/queue/Dockerfile +++ b/docker/queue/Dockerfile @@ -1,4 +1,4 @@ -FROM php:8.4.13RC1-cli-alpine +FROM php:8.5.0RC3-cli-alpine ARG PUID=1000 ARG PGID=1000