Skip to content

Commit

Permalink
upgrade python version
Browse files Browse the repository at this point in the history
  • Loading branch information
BaoXuebin committed Apr 9, 2023
1 parent 0c5b866 commit 650f1e9
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 @@
# 构建 beancount
FROM python:3.6.15 as beancount_builder
FROM python:3.7.16 as beancount_builder
WORKDIR /build
ENV PATH "/app/bin:$PATH"
RUN python3 -mvenv /app
Expand All @@ -23,7 +23,7 @@ COPY public/icons ./public/default_icons
RUN go build .

# 镜像
FROM python:3.6.15-alpine
FROM python:3.7.16-alpine

COPY --from=beancount_builder /app /app

Expand Down

0 comments on commit 650f1e9

Please sign in to comment.