Skip to content

Commit

Permalink
1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
HenriWahl authored Jul 2, 2023
1 parent 2944c30 commit dbfce7e
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,7 +1,7 @@
FROM python:3.9-slim
FROM python:3.11-slim
LABEL [email protected]

ARG VERSION=1.2.3
ARG VERSION=1.4.0
RUN apt -y update && \
apt -y upgrade
RUN apt -y install gcc \
Expand Down

0 comments on commit dbfce7e

Please sign in to comment.