Skip to content

Commit

Permalink
docker/bandersnatch: move to py3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
shankerwangmiao committed Mar 23, 2023
1 parent 42315f6 commit 8685bd2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dockerfiles/bandersnatch/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
FROM python:3.9-alpine
ARG PY_VERSION=3.11

FROM python:${PY_VERSION}-alpine

RUN apk add --update --no-cache --virtual .build-deps \
g++ \
Expand Down

0 comments on commit 8685bd2

Please sign in to comment.