Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.8-alpine AS runner
FROM python:3.12-alpine AS runner
ARG TARGETARCH
RUN apk update && apk upgrade
RUN pip install --upgrade --disable-pip-version-check --no-cache-dir pip setuptools
Expand Down
2 changes: 1 addition & 1 deletion app/Dockerfile_depends
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# 构建层
FROM python:3.8-alpine AS builder
FROM python:3.12-alpine AS builder
RUN apk update && \
apk upgrade && \
apk add --no-cache \
Expand Down