Skip to content

Commit

Permalink
Update python:3.12.6-slim-bookworm Docker digest to 0a47f07 (#344)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 27, 2024
1 parent ea878c6 commit c40e4d2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile.debian
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.12.6-slim-bookworm@sha256:61cc9fef4cf71dbf15a71e21677e951fc4f29cef55ddd7de05a96e37208aac15 AS builder
FROM python:3.12.6-slim-bookworm@sha256:0a47f078998353b1ad8b4326ea8b6d8d001a28e0561c294bf0a04324f407dc6d AS builder

SHELL ["/bin/bash", "-c"]

Expand Down Expand Up @@ -64,7 +64,7 @@ RUN python3 -m venv "${VIRTUAL_ENV}" && \



FROM python:3.12.6-slim-bookworm@sha256:61cc9fef4cf71dbf15a71e21677e951fc4f29cef55ddd7de05a96e37208aac15 AS geckodriver
FROM python:3.12.6-slim-bookworm@sha256:0a47f078998353b1ad8b4326ea8b6d8d001a28e0561c294bf0a04324f407dc6d AS geckodriver

SHELL ["/bin/bash", "-c"]

Expand All @@ -91,7 +91,7 @@ RUN set -x && \



FROM python:3.12.6-slim-bookworm@sha256:61cc9fef4cf71dbf15a71e21677e951fc4f29cef55ddd7de05a96e37208aac15
FROM python:3.12.6-slim-bookworm@sha256:0a47f078998353b1ad8b4326ea8b6d8d001a28e0561c294bf0a04324f407dc6d

# Disable any user interaction
ENV DEBIAN_FRONTEND=noninteractive
Expand Down

0 comments on commit c40e4d2

Please sign in to comment.