Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 8, 2024
1 parent 1d6edb3 commit ae0e576
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-bookworm as build
FROM python:3.13-bookworm as build

ENV \
DEBIAN_FRONTEND=noninteractive \
Expand Down Expand Up @@ -55,7 +55,7 @@ RUN set -eux \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*

FROM python:3.12-slim-bookworm
FROM python:3.13-slim-bookworm

ARG BUILD_DATE
ARG VCS_REF
Expand Down

0 comments on commit ae0e576

Please sign in to comment.