Correctly report installed Python and PHP runtime version

This commit is contained in:
Disassembler 2020-06-21 08:35:42 +02:00
parent a90cb7679b
commit e0a071e9e5
Signed by: Disassembler
GPG Key ID: 524BD33A0EE29499
11 changed files with 11 additions and 11 deletions

View File

@ -1,5 +1,5 @@
IMAGE ckan-datapusher_0.0.16-200621
FROM alpine3.10-python2.7_2.7.16-200621
FROM alpine3.10-python2.7_2.7.18-200621
# Alpine 3.11 discontinued uwsgi-python2 module
RUN EOF

View File

@ -1,5 +1,5 @@
IMAGE ckan_2.8.3-200621
FROM alpine3.11-python2.7_2.7.16-200621
FROM alpine3.11-python2.7_2.7.18-200621
RUN EOF
# Install runtime dependencies

View File

@ -1,5 +1,5 @@
IMAGE cts_0.8.0-200621
FROM alpine3.11-python2.7_2.7.16-200621
FROM alpine3.11-python2.7_2.7.18-200621
RUN EOF
# Install runtime dependencies

View File

@ -1,5 +1,5 @@
IMAGE kanboard_1.2.14-200621
FROM alpine3.11-php7.3_7.3.16-200621
FROM alpine3.11-php7.3_7.3.18-200621
RUN EOF
# Install runtime dependencies

View File

@ -1,5 +1,5 @@
IMAGE pandora_0.0.1-200621
FROM alpine3.10-python3.7_3.7.5-200621
FROM alpine3.10-python3.7_3.7.7-200621
# Django required by Pandora requires psycopg<=2.7.7 which does not compile under python3.8
RUN EOF

View File

@ -1,5 +1,5 @@
IMAGE seeddms_5.1.15-200621
FROM alpine3.11-php7.3_7.3.16-200621
FROM alpine3.11-php7.3_7.3.18-200621
RUN EOF
# Install runtime dependencies

View File

@ -1,5 +1,5 @@
IMAGE ushahidi_4.4.2-200621
FROM alpine3.11-php7.3_7.3.16-200621
FROM alpine3.11-php7.3_7.3.18-200621
RUN EOF
# Install runtime dependencies

View File

@ -1,4 +1,4 @@
IMAGE alpine3.10-python2.7_2.7.16-200621
IMAGE alpine3.10-python2.7_2.7.18-200621
FROM alpine3.10_3.10.5-200621
RUN EOF

View File

@ -1,4 +1,4 @@
IMAGE alpine3.10-python3.7_3.7.5-200621
IMAGE alpine3.10-python3.7_3.7.7-200621
FROM alpine3.10_3.10.5-200621
RUN EOF

View File

@ -1,4 +1,4 @@
IMAGE alpine3.11-php7.3_7.3.16-200621
IMAGE alpine3.11-php7.3_7.3.18-200621
FROM alpine3.11_3.11.6-200621
RUN EOF

View File

@ -1,4 +1,4 @@
IMAGE alpine3.11-python2.7_2.7.16-200621
IMAGE alpine3.11-python2.7_2.7.18-200621
FROM alpine3.11_3.11.6-200621
RUN EOF