Skip to content

Commit

Permalink
Update python:3.12.3-slim-bookworm Docker digest to e5efaa3 (#186)
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 Apr 24, 2024
1 parent 9a3608b commit 393560f
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:541d45d3d675fb8197f534525a671e2f8d66c882b89491f9dda271f4f94dcd06 AS builder
FROM python:3.12.3-slim-bookworm@sha256:e5efaa3a0a80472457b06f24ae52937b61bc3dd73aa0f3a7a42166af1149d00d 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:541d45d3d675fb8197f534525a671e2f8d66c882b89491f9dda271f4f94dcd06 AS geckodriver
FROM python:3.12.3-slim-bookworm@sha256:e5efaa3a0a80472457b06f24ae52937b61bc3dd73aa0f3a7a42166af1149d00d AS geckodriver

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

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



FROM python:3.12.3-slim-bookworm@sha256:541d45d3d675fb8197f534525a671e2f8d66c882b89491f9dda271f4f94dcd06
FROM python:3.12.3-slim-bookworm@sha256:e5efaa3a0a80472457b06f24ae52937b61bc3dd73aa0f3a7a42166af1149d00d

# Disable any user interaction
ENV DEBIAN_FRONTEND=noninteractive
Expand Down

0 comments on commit 393560f

Please sign in to comment.