Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
LizJeong authored Jul 15, 2024
1 parent ea329ae commit 6dbd54d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 6dbd54d

Please sign in to comment.