Skip to content

Commit c91b0f1

Browse files
committed
adjust dockerfile to use php8.1.33
1 parent 70e6b9d commit c91b0f1

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)