From 6dbd54dd6fe4b629bcb08498baf36b7af8bf7f71 Mon Sep 17 00:00:00 2001 From: LizJeong Date: Mon, 15 Jul 2024 15:44:24 +0900 Subject: [PATCH] Update Dockerfile --- .github/workflows/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Dockerfile b/.github/workflows/Dockerfile index 0fe8ccb3..84be60d3 100644 --- a/.github/workflows/Dockerfile +++ b/.github/workflows/Dockerfile @@ -15,7 +15,7 @@ RUN apk add --no-cache git make COPY . . # MOVEVM 버전 설정 (필요에 따라 조정) -ENV MOVEVM_VERSION=v0.3.4 +ENV MOVEVM_VERSION=v0.2.12 # TARGETOS와 TARGETARCH에 따라 빌드 명령 실행 RUN if [ "$TARGETOS" = "linux" ]; then \