Skip to content

Commit 9ca6e41

Browse files
- bump PHP to 8.1.12 and Composer to 2.4.4 (#39)
* - bump PHP to 8.1.11 and Composer to 2.4.4 * - bump PHP to 8.1.12 and Composer to 2.4.4
1 parent 156671f commit 9ca6e41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
ARG PHP_VERSION=8.1.9-fpm-alpine
1+
ARG PHP_VERSION=8.1.12-fpm-alpine
22

33
FROM php:${PHP_VERSION}
44

5-
ARG COMPOSER_VERSION=2.4.1
5+
ARG COMPOSER_VERSION=2.4.4
66

77
ENV COMPOSER_HOME=/application/.composer
88
ENV COMPOSER_MEMORY_LIMIT=-1

0 commit comments

Comments
 (0)