Skip to content

Commit

Permalink
Update to PHP 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasnorre committed May 29, 2024
1 parent 23fbed8 commit 6c25bff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM composer:2
FROM bash:5
FROM php:7.4-alpine
FROM php:8.3-alpine

# copy from the images into the PHP Image
COPY --from=composer /usr/bin/composer /usr/bin/composer
Expand Down

0 comments on commit 6c25bff

Please sign in to comment.