Skip to content

Commit

Permalink
chore(docker-deps): update python:3.12-alpine docker digest to 38e179…
Browse files Browse the repository at this point in the history
…a in all dependant actions
  • Loading branch information
renovate[bot] authored Oct 22, 2024
1 parent 9d56d8f commit 048d634
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:e75de178bc15e72f3f16bf75a6b484e33d39a456f03fc771a2b3abb9146b75f8
FROM python:3.12-alpine@sha256:38e179a0f0436c97ecc76bcd378d7293ab3ee79e4b8c440fdc7113670cb6e204

# 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:e75de178bc15e72f3f16bf75a6b484e33d39a456f03fc771a2b3abb9146b75f8
FROM python:3.12-alpine@sha256:38e179a0f0436c97ecc76bcd378d7293ab3ee79e4b8c440fdc7113670cb6e204

# 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:e75de178bc15e72f3f16bf75a6b484e33d39a456f03fc771a2b3abb9146b75f8
FROM python:3.12-alpine@sha256:38e179a0f0436c97ecc76bcd378d7293ab3ee79e4b8c440fdc7113670cb6e204

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

0 comments on commit 048d634

Please sign in to comment.