Skip to content

Commit

Permalink
Upgrade to Python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff authored May 11, 2024
1 parent 8368c6c commit b7c1fbb
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,5 +1,5 @@
FROM python:3.10-alpine
LABEL maintainer="Max Rydahl Andersen <max@xam.dk>"
FROM python:3.11-alpine
LABEL maintainer="Fabian Affolter <fabian@affolter-engineering.ch>"

WORKDIR /usr/src/app

Expand Down

0 comments on commit b7c1fbb

Please sign in to comment.