Skip to content

Commit 9b0303d

Browse files
authored
Use PHP 8.1 + Python 3.10.1
1 parent a62e493 commit 9b0303d

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

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

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

99
# https://hub.docker.com/_/composer
1010
FROM composer:2 AS php-composer

0 commit comments

Comments
 (0)