Skip to content

Commit

Permalink
chore: upgrade to python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
bdossantos committed Jan 11, 2025
1 parent 351d641 commit 4b2a92c
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 @@ -58,7 +58,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 4b2a92c

Please sign in to comment.