Skip to content

Commit

Permalink
chore(deps): update python docker tag to v3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 16, 2025
1 parent e18fd10 commit 1cbc6f5
Showing 1 changed file with 2 additions and 2 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@sha256:044cfd88c6740313ae0de09e18d77a54475b36ef5e0dfb7dd604663e5aa42bf2 as build
FROM python:3.13@sha256:d57ec66c94b9497b9f3c66f6cdddc1e4e0bad4c584397e0b57a721baef0e6fdc as build

WORKDIR /app

Expand All @@ -9,7 +9,7 @@ COPY poetry.lock pyproject.toml /app/
RUN poetry config virtualenvs.in-project true && \
poetry install --no-ansi

FROM python:3.12-slim@sha256:123be5684f39d8476e64f47a5fddf38f5e9d839baff5c023c815ae5bdfae0df7
FROM python:3.13-slim@sha256:23a81be7b258c8f516f7a60e80943cace4350deb8204cf107c7993e343610d47

RUN groupadd --gid 1000 app && \
useradd --gid 1000 --uid 1000 app
Expand Down

0 comments on commit 1cbc6f5

Please sign in to comment.