Skip to content

Commit

Permalink
Update PHP in Docker as well
Browse files Browse the repository at this point in the history
  • Loading branch information
cmbuckley committed Mar 12, 2024
1 parent 54c944e commit a3fe488
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,4 +1,4 @@
ARG PHP_VERSION=8.1
ARG PHP_VERSION=8.2
FROM php:${PHP_VERSION}-apache

RUN apt-get update \
Expand Down

0 comments on commit a3fe488

Please sign in to comment.