Skip to content

Commit

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 13, 2024
1 parent 0ee7669 commit 980a4b0
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:18e32de1f6fb7bf902b19965c6657d0521fb1ab2a36df7843fe9f78efa91a3c0
FROM python:3.12-alpine@sha256:45447e901056ff27645aa8362ff5bba99f6de346ef0a4dd34160d1ee60c08d35

# 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:18e32de1f6fb7bf902b19965c6657d0521fb1ab2a36df7843fe9f78efa91a3c0
FROM python:3.12-alpine@sha256:45447e901056ff27645aa8362ff5bba99f6de346ef0a4dd34160d1ee60c08d35

# 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:18e32de1f6fb7bf902b19965c6657d0521fb1ab2a36df7843fe9f78efa91a3c0
FROM python:3.12-alpine@sha256:45447e901056ff27645aa8362ff5bba99f6de346ef0a4dd34160d1ee60c08d35

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

0 comments on commit 980a4b0

Please sign in to comment.