Skip to content

Commit

Permalink
Update python:3.13.0-slim-bookworm Docker digest to eda73ca
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 3, 2024
1 parent 518396c commit d11c438
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.0-slim-bookworm@sha256:f2d472e6f0633f885dbf5678bfa846c34ddad63e262fbb936b4a7d35ac6afac7 AS builder
FROM python:3.13.0-slim-bookworm@sha256:eda73cafdf051c76185375d7c20c447fb96252d01c57e482bea7551dba2e44df AS builder

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

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



FROM python:3.13.0-slim-bookworm@sha256:f2d472e6f0633f885dbf5678bfa846c34ddad63e262fbb936b4a7d35ac6afac7 AS geckodriver
FROM python:3.13.0-slim-bookworm@sha256:eda73cafdf051c76185375d7c20c447fb96252d01c57e482bea7551dba2e44df AS geckodriver

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

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



FROM python:3.13.0-slim-bookworm@sha256:f2d472e6f0633f885dbf5678bfa846c34ddad63e262fbb936b4a7d35ac6afac7
FROM python:3.13.0-slim-bookworm@sha256:eda73cafdf051c76185375d7c20c447fb96252d01c57e482bea7551dba2e44df

# Disable any user interaction
ENV DEBIAN_FRONTEND=noninteractive
Expand Down

0 comments on commit d11c438

Please sign in to comment.