We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 75caab4 + 5e7e5ef commit f4ffb25Copy full SHA for f4ffb25
1 file changed
Dockerfile
@@ -54,7 +54,7 @@ RUN which php; php -v; php -m; php -i | grep ini
54
# Python
55
#
56
# https://hub.docker.com/_/python/
57
-FROM python:3.14.2-alpine
+FROM python:3.14.3-alpine
58
59
RUN pip install virtualenv && rm -rf /root/.cache
60
RUN python -V
0 commit comments