Skip to content

Commit 71b4221

Browse files
chore(python-version): update python docker tag to v3.14 in all dependant actions
1 parent b891a46 commit 71b4221

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

actions/create_unique_testpypi_version/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.13-alpine@sha256:9ba6d8cbebf0fb6546ae71f2a1c14f6ffd2fdab83af7fa5669734ef30ad48844
1+
FROM python:3.14-alpine@sha256:9c32c2f24d00536cac7d4d356d82c5274fb17366c52aa59ed0cc4c06f8b60a35
22

33
# Copy over necessary files
44
COPY requirements.txt /requirements.txt

actions/find_unreleased_changelog_items/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.13-alpine@sha256:9ba6d8cbebf0fb6546ae71f2a1c14f6ffd2fdab83af7fa5669734ef30ad48844
1+
FROM python:3.14-alpine@sha256:9c32c2f24d00536cac7d4d356d82c5274fb17366c52aa59ed0cc4c06f8b60a35
22

33
# Copy over necessary files
44
COPY requirements.txt /requirements.txt

actions/update_development_dependencies/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.13-slim@sha256:3a6ead7603d322b80dd718d3834dcab86977c73b066028226afd8d0cdf1b0b12
1+
FROM python:3.14-slim@sha256:9cb153378f31817f34351a1dc895172e4ea26a5c6333579ddacce7531efbbbee
22

33
# Copy over necessary files
44
COPY requirements.txt /requirements.txt

0 commit comments

Comments
 (0)