From 14d01628467d8b585d7819a1214d0bc811f58cbb Mon Sep 17 00:00:00 2001 From: Carl Bennett Date: Sat, 14 Dec 2024 01:33:24 -0600 Subject: [PATCH] Upgrade php 8.1 to 8.3 in container file --- etc/docker/php/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/docker/php/Dockerfile b/etc/docker/php/Dockerfile index 40ac67dc..86046f0a 100644 --- a/etc/docker/php/Dockerfile +++ b/etc/docker/php/Dockerfile @@ -1,7 +1,7 @@ # # Dockerfile for custom BNETDocs php container. # -FROM php:8.1-fpm-alpine +FROM php:8.3-fpm-alpine RUN apk update && \ apk add git && \