Skip to content

Commit

Permalink
pin python3 Dockerfile to python 3.11 due to aio-libs/aiohttp#7739
Browse files Browse the repository at this point in the history
  • Loading branch information
breedenc committed Oct 27, 2023
1 parent 3961fac commit 62bf02a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/Dockerfiles/Dockerfile.python3
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3-alpine
FROM python:3.11-alpine

ARG MAINTAINER
LABEL maintainer=$MAINTAINER
Expand Down

0 comments on commit 62bf02a

Please sign in to comment.