Skip to content

Commit e01037f

Browse files
chore(docker-deps): update python:3.12-alpine docker digest to aeff643 in all dependant actions (#50)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 20def14 commit e01037f

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.12-alpine@sha256:c2f41e6a5a67bc39b95be3988dd19fbd05d1b82375c46d9826c592cca014d4de
1+
FROM python:3.12-alpine@sha256:aeff64320ffb81056a2afae9d627875c5ba7d303fb40d6c0a43ee49d8f82641c
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.12-alpine@sha256:c2f41e6a5a67bc39b95be3988dd19fbd05d1b82375c46d9826c592cca014d4de
1+
FROM python:3.12-alpine@sha256:aeff64320ffb81056a2afae9d627875c5ba7d303fb40d6c0a43ee49d8f82641c
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.12-alpine@sha256:c2f41e6a5a67bc39b95be3988dd19fbd05d1b82375c46d9826c592cca014d4de
1+
FROM python:3.12-alpine@sha256:aeff64320ffb81056a2afae9d627875c5ba7d303fb40d6c0a43ee49d8f82641c
22

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

0 commit comments

Comments
 (0)