Skip to content

Commit

Permalink
Merge pull request #238 from Chia-Network/python-update
Browse files Browse the repository at this point in the history
Update python to 3.11
  • Loading branch information
Starttoaster authored Mar 17, 2024
2 parents d07c022 + d79c573 commit 9e536b6
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,5 +1,5 @@
# CHIA BUILD STEP
FROM python:3.10-slim AS chia_build
FROM python:3.11-slim AS chia_build

ARG BRANCH=latest
ARG COMMIT=""
Expand All @@ -26,7 +26,7 @@ RUN echo "cloning ${BRANCH}" && \
FROM mikefarah/yq:4 AS yq

# IMAGE BUILD
FROM python:3.10-slim
FROM python:3.11-slim

EXPOSE 8555 8444

Expand Down

0 comments on commit 9e536b6

Please sign in to comment.