Skip to content

Commit f1057bb

Browse files
authored
Merge pull request #42 from davereid/patch-1
Update to latest PHP, Python, and Composer
2 parents 4a155c9 + b82f3d6 commit f1057bb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# elecena.pl (c) 2015-2023
22

33
# https://hub.docker.com/_/php
4-
ARG PHP_VERSION=8.2.3
4+
ARG PHP_VERSION=8.2.16
55

66
# https://hub.docker.com/_/python/
7-
ARG PYTHON_VERSION=3.11.2
7+
ARG PYTHON_VERSION=3.12.2
88

99
# https://hub.docker.com/_/composer
10-
ARG COMPOSER_VERSION=2.5.4
10+
ARG COMPOSER_VERSION=2.7.1
1111

1212
FROM composer:$COMPOSER_VERSION AS php-composer
1313
RUN /usr/bin/composer -v

0 commit comments

Comments
 (0)