Skip to content

Commit 14d0162

Browse files
committed
Upgrade php 8.1 to 8.3 in container file
1 parent b16682d commit 14d0162

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/docker/php/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# Dockerfile for custom BNETDocs php container.
33
#
4-
FROM php:8.1-fpm-alpine
4+
FROM php:8.3-fpm-alpine
55

66
RUN apk update && \
77
apk add git && \

0 commit comments

Comments
 (0)