Skip to content

Commit

Permalink
chore(docker-deps): update python:3.12-alpine docker digest to 18e32d…
Browse files Browse the repository at this point in the history
…e in all dependant actions
  • Loading branch information
renovate[bot] authored Nov 12, 2024
1 parent 610208b commit cf38c5a
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:edd1d8559c585e1e9a9b79de44ac27f8ac32cb0c7323e112ae6870ceeecd8dbf
FROM python:3.12-alpine@sha256:18e32de1f6fb7bf902b19965c6657d0521fb1ab2a36df7843fe9f78efa91a3c0

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

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

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

0 comments on commit cf38c5a

Please sign in to comment.