Skip to content

Commit 7f4e8e2

Browse files
chore(deps): bump python in the docker group
Bumps the docker group with 1 update: python. Updates `python` from 3.13-alpine3.22 to 3.14-alpine3.22 --- updated-dependencies: - dependency-name: python dependency-version: 3.14-alpine3.22 dependency-type: direct:production dependency-group: docker ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 542b028 commit 7f4e8e2

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
@@ -1,5 +1,5 @@
11
# hadolint global ignore=DL3013,DL3018
2-
FROM python:3.13-alpine3.22
2+
FROM python:3.14-alpine3.22
33

44
ENV ROBOT_HOME=/opt/robot \
55
PYTHONPATH=/usr/local/lib/python3.13/site-packages/integration_library_builtIn \

0 commit comments

Comments
 (0)