Skip to content

Commit

Permalink
Update python:3.12.3-slim-bookworm Docker digest to 09f7fa2 (#203)
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 May 14, 2024
1 parent 3704066 commit 8281fa2
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.3-slim-bookworm@sha256:d11712f03d83e904397498afe9695266ddec535dba80cf95540c295a49c07480 AS builder
FROM python:3.12.3-slim-bookworm@sha256:09f7fa2129cc152b01e7734a16a0db0fcad8b373db752bb4e70ff5b9c57d23bb AS builder

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

Expand Down Expand Up @@ -63,7 +63,7 @@ RUN python3 -m venv $VIRTUAL_ENV && \



FROM python:3.12.3-slim-bookworm@sha256:d11712f03d83e904397498afe9695266ddec535dba80cf95540c295a49c07480 AS geckodriver
FROM python:3.12.3-slim-bookworm@sha256:09f7fa2129cc152b01e7734a16a0db0fcad8b373db752bb4e70ff5b9c57d23bb AS geckodriver

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

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



FROM python:3.12.3-slim-bookworm@sha256:d11712f03d83e904397498afe9695266ddec535dba80cf95540c295a49c07480
FROM python:3.12.3-slim-bookworm@sha256:09f7fa2129cc152b01e7734a16a0db0fcad8b373db752bb4e70ff5b9c57d23bb

# Disable any user interaction
ENV DEBIAN_FRONTEND=noninteractive
Expand Down

0 comments on commit 8281fa2

Please sign in to comment.