Skip to content

Commit

Permalink
Update python:3.12.1-slim-bookworm Docker digest to a64ac5b (#126)
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 Feb 1, 2024
1 parent 343ea98 commit 97f50d0
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:adf930b2d26268085dc0ca83ad49e756c991a2b2ed355cfcb24409d1b08c9faa AS builder
FROM python:3.12.1-slim-bookworm@sha256:a64ac5be6928c6a94f00b16e09cdf3ba3edd44452d10ffa4516a58004873573e AS builder

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

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



FROM python:3.12.1-slim-bookworm@sha256:adf930b2d26268085dc0ca83ad49e756c991a2b2ed355cfcb24409d1b08c9faa AS geckodriver
FROM python:3.12.1-slim-bookworm@sha256:a64ac5be6928c6a94f00b16e09cdf3ba3edd44452d10ffa4516a58004873573e AS geckodriver

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

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



FROM python:3.12.1-slim-bookworm@sha256:adf930b2d26268085dc0ca83ad49e756c991a2b2ed355cfcb24409d1b08c9faa
FROM python:3.12.1-slim-bookworm@sha256:a64ac5be6928c6a94f00b16e09cdf3ba3edd44452d10ffa4516a58004873573e

# Disable any user interaction
ENV DEBIAN_FRONTEND=noninteractive
Expand Down

0 comments on commit 97f50d0

Please sign in to comment.