Skip to content

Commit

Permalink
Update python:3.12.0-alpine Docker digest to ae35274
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 4, 2023
1 parent 1e0e6d2 commit abc694d
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.0-alpine@sha256:4fb2cdab707593459d021cbc776add5fe4642708ae1f0831a1df358fa637fc4c
FROM python:3.12.0-alpine@sha256:ae35274f417fc81ba6ee1fc84206e8517f28117566ee6a04a64f004c1409bdac

ARG PIP_VERSION

Expand All @@ -9,7 +9,7 @@ RUN apk add --no-cache gcc libc-dev libffi-dev && \
pip install --no-cache-dir --user -r /requirements.txt


FROM python:3.12.0-alpine@sha256:4fb2cdab707593459d021cbc776add5fe4642708ae1f0831a1df358fa637fc4c
FROM python:3.12.0-alpine@sha256:ae35274f417fc81ba6ee1fc84206e8517f28117566ee6a04a64f004c1409bdac

RUN apk add --no-cache firefox && \
apk add --no-cache --repository=https://dl-cdn.alpinelinux.org/alpine/edge/testing geckodriver && \
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.0-alpine@sha256:4fb2cdab707593459d021cbc776add5fe4642708ae1f0831a1df358fa637fc4c
FROM python:3.12.0-alpine@sha256:ae35274f417fc81ba6ee1fc84206e8517f28117566ee6a04a64f004c1409bdac

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.0-alpine@sha256:4fb2cdab707593459d021cbc776add5fe4642708ae1f0831a1df358fa637fc4c
FROM python:3.12.0-alpine@sha256:ae35274f417fc81ba6ee1fc84206e8517f28117566ee6a04a64f004c1409bdac

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

0 comments on commit abc694d

Please sign in to comment.