Skip to content

Commit

Permalink
upgrade Dockerfile to use PHP 8.4 runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
llaville committed Jan 15, 2025
1 parent 9832c11 commit b744667
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1.4
ARG PHP_VERSION=8.3
ARG PHP_VERSION=8.4

FROM php:${PHP_VERSION}-cli-alpine

Expand Down

0 comments on commit b744667

Please sign in to comment.