8000 Update Dockerfile: use PHP 8.4.5, Python 3.13.2 and Composer 2.8.6 · elecena/python-php@e49f4f1 · GitHub
[go: up one dir, main page]

Skip to content

Commit e49f4f1

Browse files
authored
Update Dockerfile: use PHP 8.4.5, Python 3.13.2 and Composer 2.8.6
1 parent a6b4c52 commit e49f4f1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Dockerfile

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

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

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

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

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

0 commit comments

Comments
 (0)
0