修复 Dockerfile

This commit is contained in:
whyour
2024-08-18 17:26:33 +08:00
parent d47f835531
commit 8218d4ba94
5 changed files with 2 additions and 36 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM python:3.10-alpine3.18 as builder
FROM python:3.10-alpine3.18 AS builder
COPY package.json .npmrc pnpm-lock.yaml /tmp/build/
RUN set -x \
&& apk update \
+1 -1
View File
@@ -1,4 +1,4 @@
FROM python:3.11-alpine3.18 as builder
FROM python:3.11-alpine3.18 AS builder
COPY package.json .npmrc pnpm-lock.yaml /tmp/build/
RUN set -x \
&& apk update \