Skip to content

Commit

Permalink
Update python:3.12.0-slim-bookworm Docker digest to eb6d320
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 29, 2023
1 parent b31fe91 commit 870da5d
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-bookworm@sha256:32477c7ecb3b18a47cff8eb5b8149bc21c858998b0ae2bb36f4ddb43cc79d240 AS builder
FROM python:3.12.0-slim-bookworm@sha256:eb6d3208444a54418be98f83f1006f6d78ef17144f1cd9eb4e5945d4851af355 AS builder

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

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



FROM python:3.12.0-slim-bookworm@sha256:32477c7ecb3b18a47cff8eb5b8149bc21c858998b0ae2bb36f4ddb43cc79d240 AS geckodriver
FROM python:3.12.0-slim-bookworm@sha256:eb6d3208444a54418be98f83f1006f6d78ef17144f1cd9eb4e5945d4851af355 AS geckodriver

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

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



FROM python:3.12.0-slim-bookworm@sha256:32477c7ecb3b18a47cff8eb5b8149bc21c858998b0ae2bb36f4ddb43cc79d240
FROM python:3.12.0-slim-bookworm@sha256:eb6d3208444a54418be98f83f1006f6d78ef17144f1cd9eb4e5945d4851af355

# Disable any user interaction
ENV DEBIAN_FRONTEND=noninteractive
Expand Down

0 comments on commit 870da5d

Please sign in to comment.