8000 Merge pull request #27 from elecena/php8.1.4-python3.10.4 · elecena/python-php@f66a13d · GitHub
[go: up one dir, main page]

Skip to content

Commit f66a13d

Browse files
authored
Merge pull request #27 from elecena/php8.1.4-python3.10.4
PHP 8.1.4 and Python 3.10.4
2 parents a8ad96c + acecf55 commit f66a13d

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# elecena.pl (c) 2015-2022
22

33
# https://hub.docker.com/_/php
4-
ARG PHP_VERSION=8.1.2
4+
ARG PHP_VERSION=8.1.4
55

66
# https://hub.docker.com/_/python/
7-
ARG PYTHON_VERSION=3.10.2
7+
ARG PYTHON_VERSION=3.10.4
88

99
# https://hub.docker.com/_/composer
10-
ARG COMPOSER_VERSION=2.2.6
10+
ARG COMPOSER_VERSION=2.3.5
1111

1212
FROM composer:$COMPOSER_VERSION AS php-composer
1313
RUN /usr/bin/composer -v

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ Python and PHP under the same roof (in **around 100 MB Docker image**).
66
https://github.com/elecena/python-php/pkgs/container/python-php
77

88
```
9-
docker pull ghcr.io/elecena/python-php:3.10.2-8.1.2
9+
docker pull ghcr.io/elecena/python-php:3.10.4-8.1.4
1010
```
1111

1212
```
1313
$ docker images | head
14-
REPOSITORY TAG IMAGE ID CREATED SIZE
15-
elecena/python-php 3.10.2-8.1.2 5980c93b189e 35 seconds ago 111MB
14+
REPOSITORY TAG IMAGE ID CREATED SIZE
15+
elecena/python-php 3.10.4-8.1.4 1939a4e57818 1 second ago 113MB
1616
```
1717

1818
## Installed software
@@ -21,15 +21,15 @@ elecena/python-php 3.10.2-8.1.2 5980c93b189e 35 seconds ago 111M
2121
$ docker run -it elecena/python-php sh info.sh
2222
2323
### Python
24-
Python 3.10.2
25-
virtualenv 20.13.1 from /usr/local/lib/python3.10/site-packages/virtualenv/__init__.py
24+
Python 3.10.4
25+
virtualenv 20.14.1 from /usr/local/lib/python3.10/site-packages/virtualenv/__init__.py
2626
2727
### PHP
28-
PHP 8.1.2 (cli) (built: Jan 21 2022 21:38:22) (NTS)
28+
PHP 8.1.4 (cli) (built: Apr 5 2022 01:28:22) (NTS)
2929
Copyright (c) The PHP Group
30-
Zend Engine v4.1.2, Copyright (c) Zend Technologies
31-
with Zend OPcache v8.1.2, Copyright (c), by Zend Technologies
32-
Composer version 2.2.6 2022-02-04 17:00:38
30+
Zend Engine v4.1.4, Copyright (c) Zend Technologies
31+
with Zend OPcache v8.1.4, Copyright (c), by Zend Technologies
32+
Composer version 2.3.5 2022-04-13 16:43:00
3333
[PHP Modules]
3434
bz2
3535
calendar

0 commit comments

Comments
 (0)
0