Skip to content

Commit

Permalink
Upgrade to python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
felixbrucker committed Mar 22, 2023
1 parent 67a0dee commit d56b9ea
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
FROM python:3.10-slim

ENV TZ=Europe/Berlin
RUN ln -snf "/usr/share/zoneinfo/$TZ" /etc/localtime && echo "$TZ" > /etc/timezone
FROM python:3.11-slim

RUN apt-get update && apt-get install -y build-essential git curl

Expand Down

0 comments on commit d56b9ea

Please sign in to comment.