Skip to content

Commit f4ffb25

Browse files
authored
Merge pull request #67 from elecena/dependabot/docker/python-3.14.3-alpine
Bump python from 3.14.2-alpine to 3.14.3-alpine
2 parents 75caab4 + 5e7e5ef commit f4ffb25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ RUN which php; php -v; php -m; php -i | grep ini
5454
# Python
5555
#
5656
# https://hub.docker.com/_/python/
57-
FROM python:3.14.2-alpine
57+
FROM python:3.14.3-alpine
5858

5959
RUN pip install virtualenv && rm -rf /root/.cache
6060
RUN python -V

0 commit comments

Comments
 (0)