Skip to content

Commit

Permalink
Update python:3.12.1-slim-bookworm Docker digest to c805c5e
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 19, 2023
1 parent d875e35 commit 50561ee
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.1-slim-bookworm@sha256:cb4ce0eca1043b8d528dc75e658ef840ebfdc3fa73db28d5172fdbaa2969de8d AS builder
FROM python:3.12.1-slim-bookworm@sha256:c805c5edcf6005fd72f933156f504525e1da263ffbc3fae6b4940e6c360c216f AS builder

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

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



FROM python:3.12.1-slim-bookworm@sha256:cb4ce0eca1043b8d528dc75e658ef840ebfdc3fa73db28d5172fdbaa2969de8d AS geckodriver
FROM python:3.12.1-slim-bookworm@sha256:c805c5edcf6005fd72f933156f504525e1da263ffbc3fae6b4940e6c360c216f AS geckodriver

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

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



FROM python:3.12.1-slim-bookworm@sha256:cb4ce0eca1043b8d528dc75e658ef840ebfdc3fa73db28d5172fdbaa2969de8d
FROM python:3.12.1-slim-bookworm@sha256:c805c5edcf6005fd72f933156f504525e1da263ffbc3fae6b4940e6c360c216f

# Disable any user interaction
ENV DEBIAN_FRONTEND=noninteractive
Expand Down

0 comments on commit 50561ee

Please sign in to comment.