Skip to content

Commit

Permalink
Update python:3.13.1-slim-bookworm Docker digest to f41a75c (#411)
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 Dec 5, 2024
1 parent 35c8618 commit 0b6899f
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.13.1-slim-bookworm@sha256:0b6c2b3e89ef27f07d2c28c82dbc057793411783691f62811003b29ba6ae542e AS builder
FROM python:3.13.1-slim-bookworm@sha256:f41a75c9cee9391c09e0139f7b49d4b1fbb119944ec740ecce4040626dc07bed AS builder

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

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



FROM python:3.13.1-slim-bookworm@sha256:0b6c2b3e89ef27f07d2c28c82dbc057793411783691f62811003b29ba6ae542e AS geckodriver
FROM python:3.13.1-slim-bookworm@sha256:f41a75c9cee9391c09e0139f7b49d4b1fbb119944ec740ecce4040626dc07bed AS geckodriver

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

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



FROM python:3.13.1-slim-bookworm@sha256:0b6c2b3e89ef27f07d2c28c82dbc057793411783691f62811003b29ba6ae542e
FROM python:3.13.1-slim-bookworm@sha256:f41a75c9cee9391c09e0139f7b49d4b1fbb119944ec740ecce4040626dc07bed

# Disable any user interaction
ENV DEBIAN_FRONTEND=noninteractive
Expand Down

0 comments on commit 0b6899f

Please sign in to comment.