Skip to content

Commit

Permalink
Update python to 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Starttoaster committed Mar 17, 2024
1 parent d07c022 commit d79c573
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 d79c573

Please sign in to comment.