Skip to content

Commit

Permalink
Update python:3.12.0-slim-bullseye Docker digest to d32d0c9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 19, 2023
1 parent 0181134 commit b50ab05
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.0-slim-bullseye@sha256:3a8c7e1de81048734bf0e36006cd5c6137d8e332e26a6e61a6b7aa3df3494da9 AS builder
FROM python:3.12.0-slim-bullseye@sha256:d32d0c9d956bcf865447edd3c56f412efc4e8df187745fff66778b5375b9a076 AS builder

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

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



FROM python:3.12.0-slim-bullseye@sha256:3a8c7e1de81048734bf0e36006cd5c6137d8e332e26a6e61a6b7aa3df3494da9 AS geckodriver
FROM python:3.12.0-slim-bullseye@sha256:d32d0c9d956bcf865447edd3c56f412efc4e8df187745fff66778b5375b9a076 AS geckodriver

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

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



FROM python:3.12.0-slim-bullseye@sha256:3a8c7e1de81048734bf0e36006cd5c6137d8e332e26a6e61a6b7aa3df3494da9
FROM python:3.12.0-slim-bullseye@sha256:d32d0c9d956bcf865447edd3c56f412efc4e8df187745fff66778b5375b9a076

# Disable any user interaction
ENV DEBIAN_FRONTEND=noninteractive
Expand Down

0 comments on commit b50ab05

Please sign in to comment.