Skip to content

Commit

Permalink
Upgrade php 8.1 to 8.2 in docker container
Browse files Browse the repository at this point in the history
  • Loading branch information
carlbennett committed Jan 16, 2024
1 parent 492a8ef commit 9b12327
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/docker/php/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# Dockerfile for custom BNETDocs php container.
#
FROM php:8.1-fpm-alpine
FROM php:8.2-fpm-alpine

RUN apk update && \
apk add git && \
Expand Down

0 comments on commit 9b12327

Please sign in to comment.