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 5fdb302 commit 164fe81
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 @@ -25,7 +25,7 @@ RUN if [ "$TARGETOS" = "linux" ]; then \
fi

# 실행 단계
FROM --platform=$TARGETPLATFORM golang:1.22-slim
FROM --platform=$TARGETPLATFORM golang:1.22

WORKDIR /app

Expand Down

0 comments on commit 164fe81

Please sign in to comment.