Skip to content

Commit

Permalink
Update python:3.12.1-alpine Docker digest to 277299d
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 27, 2024
1 parent 6b0c3d4 commit 849300c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.12.1-alpine@sha256:3d75b059b5341f6e25d854395e54dea7158874e82b14c442be948ce3c62a9784 AS builder
FROM python:3.12.1-alpine@sha256:277299d479e5f73430765336a4407d21116bf1a84a2597b77d1f6743a90537f7 AS builder

# Prevent Python from writing out pyc files
ENV PYTHONDONTWRITEBYTECODE 1
Expand Down Expand Up @@ -26,7 +26,7 @@ RUN python3 -m venv $VIRTUAL_ENV && \



FROM python:3.12.1-alpine@sha256:3d75b059b5341f6e25d854395e54dea7158874e82b14c442be948ce3c62a9784
FROM python:3.12.1-alpine@sha256:277299d479e5f73430765336a4407d21116bf1a84a2597b77d1f6743a90537f7

# renovate: datasource=pypi depName=pip versioning=pep440
ARG PIP_VERSION="23.3.2"
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile.dev
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM python:3.12.1-alpine@sha256:3d75b059b5341f6e25d854395e54dea7158874e82b14c442be948ce3c62a9784
FROM python:3.12.1-alpine@sha256:277299d479e5f73430765336a4407d21116bf1a84a2597b77d1f6743a90537f7

RUN apk add --no-cache gcc libc-dev libffi-dev && \
pip install --no-cache-dir --upgrade pip && \
pip install --no-cache-dir --user selenium googletrans=="3.1.0a0" requests


FROM python:3.12.1-alpine@sha256:3d75b059b5341f6e25d854395e54dea7158874e82b14c442be948ce3c62a9784
FROM python:3.12.1-alpine@sha256:277299d479e5f73430765336a4407d21116bf1a84a2597b77d1f6743a90537f7

RUN apk add --no-cache chromium chromium-chromedriver && \
rm -rf /var/cache/apk/* /tmp/* /usr/share/doc
Expand Down

0 comments on commit 849300c

Please sign in to comment.