Skip to content

Commit

Permalink
Update PHP, Python and Composer
Browse files Browse the repository at this point in the history
PHP 8.3.11, Python 3.12.6 and Composer 2.7.9
  • Loading branch information
macbre authored Sep 10, 2024
1 parent 7135aec commit cc4a033
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# elecena.pl (c) 2015-2024

# https://hub.docker.com/_/php
ARG PHP_VERSION=8.3.3
ARG PHP_VERSION=8.3.11

# https://hub.docker.com/_/python/
ARG PYTHON_VERSION=3.12.2
ARG PYTHON_VERSION=3.12.6

# https://hub.docker.com/_/composer
ARG COMPOSER_VERSION=2.7.1
ARG COMPOSER_VERSION=2.7.9

FROM composer:$COMPOSER_VERSION AS php-composer
RUN /usr/bin/composer -v
Expand Down

0 comments on commit cc4a033

Please sign in to comment.