From 6da591d5ff030605466e73d1da209045edbf7af7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=82=B3=E3=83=9E=E3=83=AA=E3=83=B3=E8=A6=AA=E8=A1=9B?= =?UTF-8?q?=E9=9A=8A?= Date: Sun, 4 Feb 2024 04:04:25 +0900 Subject: [PATCH] Update Dockerfile --- Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ccee123..8e04b89 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,7 +19,9 @@ COPY . . RUN --mount=type=cache,target=/src/builder/target/ cargo build --target=$(cat /tmp/arch)-unknown-linux-musl --release && \ cp target/$(cat /tmp/arch)-unknown-linux-musl/release/expander /tmp/expander -FROM alipne AS get-certs +FROM alpine AS get-certs + +RUN apk update && apk upgrade FROM scratch