8000 Bump Python, PHP and Composer by macbre · Pull Request #30 · elecena/python-php · GitHub
[go: up one dir, main page]

Skip to content

Bump Python, PHP and Composer #30

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
Nov 23, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
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
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-2022

# https://hub.docker.com/_/php
ARG PHP_VERSION=8.1.4
ARG PHP_VERSION=8.1.12

# https://hub.docker.com/_/python/
ARG PYTHON_VERSION=3.10.4
ARG PYTHON_VERSION=3.10.8

# https://hub.docker.com/_/composer
ARG COMPOSER_VERSION=2.3.5
ARG COMPOSER_VERSION=2.3.10

FROM composer:$COMPOSER_VERSION AS php-composer
RUN /usr/bin/composer -v
Expand Down
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ docker pull ghcr.io/elecena/python-php:3.10.4-8.1.4

```
$ docker images | head
REPOSITORY TAG IMAGE ID CREATED SIZE
elecena/python-php 3.10.4-8.1.4 1939a4e57818 1 second ago 113MB
REPOSITORY TAG IMAGE ID CREATED SIZE
elecena/python-php latest 1b1c0d911178 1 second ago 114MB
```

## Installed software
Expand All @@ -21,15 +21,15 @@ elecena/python-php 3.10.4-8.1.4 1939a4e57818 1 second ago 113MB
$ docker run -it elecena/python-php sh info.sh

### Python
Python 3.10.4
virtualenv 20.14.1 from /usr/local/lib/python3.10/site-packages/virtualenv/__init__.py
Python 3.10.8
virtualenv 20.16.7 from /usr/local/lib/python3.10/site-packages/virtualenv/__init__.py

### PHP
PHP 8.1.4 (cli) (built: Apr 5 2022 01:28:22) (NTS)
PHP 8.1.12 (cli) (built: Nov 12 2022 08:52:37) (NTS)
Copyright (c) The PHP Group
Zend Engine v4.1.4, Copyright (c) Zend Technologies
with Zend OPcache v8.1.4, Copyright (c), by Zend Technologies
Composer version 2.3.5 2022-04-13 16:43:00
Zend Engine v4.1.12, Copyright (c) Zend Technologies
with Zend OPcache v8.1.12, Copyright (c), by Zend Technologies
Composer version 2.3.10 2022-07-13 15:48:23
[PHP Modules]
bz2
calendar
Expand Down
0