We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a69df3 commit 57987c1Copy full SHA for 57987c1
Dockerfile
@@ -1,5 +1,5 @@
1
# 构建阶段
2
-FROM python:3.11-slim as builder
+FROM python:3.11-slim AS builder
3
4
# 安装构建依赖
5
RUN apt-get update && \
0 commit comments