Skip to content

Commit c1905b3

Browse files
authored
ARG PHP_VERSION=8.5.0
1 parent d77192a commit c1905b3

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,13 +1,13 @@
11
# elecena.pl (c) 2015-2025
22

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

66
# https://hub.docker.com/_/python/
77
ARG PYTHON_VERSION=3.14.0
88

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

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

0 commit comments

Comments
 (0)