Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Update Dockerfile: use PHP 8.4.5, Python 3.13.2 and Composer 2.8.6
  • Loading branch information
macbre authored Apr 2, 2025
commit e49f4f12cac1aa0d9d98ddeb8c5b593d679d7aa8
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# elecena.pl (c) 2015-2024
# elecena.pl (c) 2015-2025

# https://hub.docker.com/_/php
ARG PHP_VERSION=8.4.1
ARG PHP_VERSION=8.4.5

# https://hub.docker.com/_/python/
ARG PYTHON_VERSION=3.13.0
ARG PYTHON_VERSION=3.13.2

# https://hub.docker.com/_/composer
ARG COMPOSER_VERSION=2.8.3
ARG COMPOSER_VERSION=2.8.6

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