Skip to content

Commit

Permalink
build(deps): bump python from 3.12-slim to 3.13-slim (#145)
Browse files Browse the repository at this point in the history
Bumps python from 3.12-slim to 3.13-slim.

---
updated-dependencies:
- dependency-name: python
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 14, 2024
1 parent 7db41ad commit 52245cb
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-slim AS build
FROM python:3.13-slim AS build

WORKDIR /app

Expand All @@ -13,7 +13,7 @@ RUN apt-get update \
&& python3 -m pip install poetry \
&& poetry install

FROM python:3.12-slim AS release
FROM python:3.13-slim AS release

RUN groupadd -g 999 python \
&& useradd -r -u 999 -g python python \
Expand Down

0 comments on commit 52245cb

Please sign in to comment.