Skip to content

Commit 5b9bb99

Browse files
authored
Merge pull request #49 from jr3001/master
fix docker php version
2 parents 70e6b9d + c91b0f1 commit 5b9bb99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM mlocati/php-extension-installer:latest AS installer
2-
FROM php:7.4.9-cli-alpine3.12
2+
FROM php:8.1.33-cli-alpine3.21
33

44
COPY --from=installer /usr/bin/install-php-extensions /usr/bin/
55

0 commit comments

Comments
 (0)