8000 Update to latest PHP, Python, and Composer by davereid · Pull Request #42 · elecena/python-php · GitHub
[go: up one dir, main page]

Skip to content
8000

Update to latest PHP, Python, and Composer #42

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Mar 11, 2024
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
Prev Previous commit
Bump versions to the latest
  • Loading branch information
macbre authored Mar 11, 2024
commit b82f3d6bad6cb310fac96c0b4fdb605a997ee280
6 changes: 3 additions & 3 deletions Dockerfile
59EF
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# elecena.pl (c) 2015-2023

# https://hub.docker.com/_/php
ARG PHP_VERSION=8.2.12
ARG PHP_VERSION=8.2.16

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

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

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