Skip to content

Commit

Permalink
Update dependency pip to v24
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 3, 2024
1 parent 5983a74 commit 198bfd8
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
Expand Up @@ -11,7 +11,7 @@ ENV VIRTUAL_ENV=/opt/venv
ENV PATH="$VIRTUAL_ENV/bin:$PATH"

# renovate: datasource=pypi depName=pip versioning=pep440
ARG PIP_VERSION="23.3.2"
ARG PIP_VERSION="24.0"

# Set the working directory
WORKDIR /app
Expand All @@ -29,7 +29,7 @@ RUN python3 -m venv $VIRTUAL_ENV && \
FROM python:3.12.1-alpine@sha256:14cfc61fc2404da8adc7b1cb1fcb299aefafab22ae571f652527184fbb21ce69

# renovate: datasource=pypi depName=pip versioning=pep440
ARG PIP_VERSION="23.3.2"
ARG PIP_VERSION="24.0"

# renovate: datasource=repology depName=alpine_3_19/firefox versioning=loose
ARG FIREFOX_VERSION="122.0-r1"
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile.debian
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ENV VIRTUAL_ENV=/opt/venv
ENV PATH="$VIRTUAL_ENV/bin:$PATH"

# renovate: datasource=pypi depName=pip versioning=pep440
ARG PIP_VERSION="23.3.2"
ARG PIP_VERSION="24.0"

# renovate: datasource=repology depName=debian_12/gcc versioning=loose
ARG GCC_VERSION="4:12.2.0-3"
Expand Down Expand Up @@ -94,7 +94,7 @@ FROM python:3.12.1-slim-bookworm@sha256:a64ac5be6928c6a94f00b16e09cdf3ba3edd4445
ENV DEBIAN_FRONTEND=noninteractive

# renovate: datasource=pypi depName=pip versioning=pep440
ARG PIP_VERSION="23.3.2"
ARG PIP_VERSION="24.0"

# renovate: datasource=repology depName=debian_12/firefox-esr versioning=loose
ARG FIREFOX_VERSION="115.7.0esr-1~deb12u1"
Expand Down

0 comments on commit 198bfd8

Please sign in to comment.