Skip to content

Commit

Permalink
chore(docker-deps): update python:3.12-alpine docker digest to edd1d8…
Browse files Browse the repository at this point in the history
…5 in all dependant actions (#206)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 12, 2024
1 parent 14d9422 commit 610208b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion actions/create_unique_testpypi_version/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.12-alpine@sha256:38e179a0f0436c97ecc76bcd378d7293ab3ee79e4b8c440fdc7113670cb6e204
FROM python:3.12-alpine@sha256:edd1d8559c585e1e9a9b79de44ac27f8ac32cb0c7323e112ae6870ceeecd8dbf

# Copy over necessary files
COPY requirements.txt /requirements.txt
Expand Down
2 changes: 1 addition & 1 deletion actions/find_unreleased_changelog_items/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.12-alpine@sha256:38e179a0f0436c97ecc76bcd378d7293ab3ee79e4b8c440fdc7113670cb6e204
FROM python:3.12-alpine@sha256:edd1d8559c585e1e9a9b79de44ac27f8ac32cb0c7323e112ae6870ceeecd8dbf

# Copy over necessary files
COPY requirements.txt /requirements.txt
Expand Down
2 changes: 1 addition & 1 deletion actions/update_development_dependencies/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.12-alpine@sha256:38e179a0f0436c97ecc76bcd378d7293ab3ee79e4b8c440fdc7113670cb6e204
FROM python:3.12-alpine@sha256:edd1d8559c585e1e9a9b79de44ac27f8ac32cb0c7323e112ae6870ceeecd8dbf

# Copy over necessary files
COPY requirements.txt /requirements.txt
Expand Down

0 comments on commit 610208b

Please sign in to comment.