Skip to content

Commit

Permalink
upgrade deployment python to v3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
lilioid committed Nov 13, 2023
1 parent a8a10f7 commit b48d13a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN npm run build



FROM docker.io/python:3.9-slim
FROM docker.io/python:3.11-slim
ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update &&\
apt-get install -y --no-install-recommends git && \
Expand Down

0 comments on commit b48d13a

Please sign in to comment.