Skip to content

Commit

Permalink
fix: Python 3.12 not yet supported
Browse files Browse the repository at this point in the history
  • Loading branch information
MattKobayashi committed Oct 8, 2024
1 parent 16155f6 commit 148b99d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion irrexplorer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.12.7-alpine3.20
FROM python:3.11.10-alpine3.20

RUN adduser --system irrexplorer \
&& apk --no-cache add tar build-base python3-dev poetry npm yarn
Expand Down

0 comments on commit 148b99d

Please sign in to comment.