Skip to content

Commit

Permalink
Bump python from 3.12.7-slim to 3.13.1-slim
Browse files Browse the repository at this point in the history
Bumps python from 3.12.7-slim to 3.13.1-slim.

---
updated-dependencies:
- dependency-name: python
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 13, 2024
1 parent f5dd567 commit 44f5fc5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions BrowserTests.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.12.7 AS build
FROM python:3.13.1 AS build

ENV PIP_NO_CACHE_DIR=off \
PIP_DISABLE_PIP_VERSION_CHECK=on \
Expand All @@ -18,7 +18,7 @@ WORKDIR /opt
COPY pyproject.toml poetry.lock ./
RUN $POETRY_HOME/bin/poetry install --only browser-tests --no-root

FROM python:3.12.7
FROM python:3.13.1

ENV PATH="/opt/.venv/bin:$PATH" \
PYTHONUNBUFFERED=1 \
Expand Down
4 changes: 2 additions & 2 deletions RemoteSettings.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.12.7 AS compile
FROM python:3.13.1 AS compile

ENV PIP_NO_CACHE_DIR=off \
PIP_DISABLE_PIP_VERSION_CHECK=on \
Expand Down Expand Up @@ -35,7 +35,7 @@ COPY kinto-admin/ kinto-admin/
RUN ./pull-kinto-admin.sh


FROM python:3.12.7-slim AS production
FROM python:3.13.1-slim AS production

ENV KINTO_INI=config/local.ini \
KINTO_ADMIN_ASSETS_PATH=/app/kinto-admin/build/ \
Expand Down

0 comments on commit 44f5fc5

Please sign in to comment.