Skip to content

Commit 5e7e5ef

Browse files
Bump python from 3.14.2-alpine to 3.14.3-alpine
Bumps python from 3.14.2-alpine to 3.14.3-alpine. --- updated-dependencies: - dependency-name: python dependency-version: 3.14.3-alpine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 75caab4 commit 5e7e5ef

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)