From bda80dfab427a9bbfcdecbb193364bb27c69c087 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 18 Jul 2026 23:25:23 +0000 Subject: [PATCH] fix: docker/app/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE324-CARES-17896522 --- docker/app/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/app/Dockerfile b/docker/app/Dockerfile index 272169060..09e7710e6 100644 --- a/docker/app/Dockerfile +++ b/docker/app/Dockerfile @@ -1,4 +1,4 @@ -FROM php:8.5-fpm-alpine +FROM php:8.5.9RC1-fpm-alpine LABEL maintainer="Samuel Weirich" LABEL description="Development and production container for PILOS, compatible with laravel sail; heavily inspired by offical image"