Skip to content

Commit

Permalink
Update python Docker tag to v3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 30, 2024
1 parent bfc85c6 commit 64f7273
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tekst-API/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# BASE IMAGE
# =====================

FROM python:3.10-slim-bullseye AS base
FROM python:3.13-slim-bullseye AS base

COPY --chmod=0644 <<"EOF" /etc/apt/apt.conf
APT::Get::Assume-Yes "true";
Expand Down

0 comments on commit 64f7273

Please sign in to comment.