Skip to content

Commit

Permalink
Merge pull request #51 from elecena/php/8.3.11
Browse files Browse the repository at this point in the history
Update PHP, Python and Composer
  • Loading branch information
macbre authored Sep 10, 2024
2 parents 7135aec + e7317fa commit 60ec9cf
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 11 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
18 changes: 10 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ Python and PHP under the same roof (in **under 125 MB Docker image**).
https://github.com/elecena/python-php/pkgs/container/python-php

```
docker pull ghcr.io/elecena/python-php:3.12.2-8.3.3
docker pull ghcr.io/elecena/python-php:3.12.6-8.3.11
```

```
$ docker images | head
REPOSITORY TAG IMAGE ID CREATED SIZE
elecena/python-php latest 9a09488cc01a 2 seconds ago 124MB
elecena/python-php latest cc8673ddac56 1 second ago 122MB
```

## Installed software
Expand All @@ -21,15 +21,17 @@ elecena/python-php latest 9a09488cc01a 2 seconds ago 124MB
$ docker run -it elecena/python-php sh info.sh
### Python
Python 3.12.2
virtualenv 20.25.1 from /usr/local/lib/python3.12/site-packages/virtualenv/__init__.py
Python 3.12.6
virtualenv 20.26.4 from /usr/local/lib/python3.12/site-packages/virtualenv/__init__.py
### PHP
PHP 8.3.3 (cli) (built: Feb 16 2024 21:25:21) (NTS)
PHP 8.3.11 (cli) (built: Sep 7 2024 01:00:59) (NTS)
Copyright (c) The PHP Group
Zend Engine v4.3.3, Copyright (c) Zend Technologies
with Zend OPcache v8.3.3, Copyright (c), by Zend Technologies
Composer version 2.7.1 2024-02-09 15:26:28
Zend Engine v4.3.11, Copyright (c) Zend Technologies
with Zend OPcache v8.3.11, Copyright (c), by Zend Technologies
Composer version 2.7.9 2024-09-04 14:43:28
PHP version 8.3.11 (/usr/bin/php)
Run the "diagnose" command to get more detailed diagnostics output.
[PHP Modules]
bz2
calendar
Expand Down

0 comments on commit 60ec9cf

Please sign in to comment.