Skip to content

Commit

Permalink
Add go.sum to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
tsuzu committed Dec 17, 2024
1 parent bda683a commit 7093a07
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ FROM --platform=$BUILDPLATFORM golang:1.23 AS builder
WORKDIR /workspace

COPY go.mod .
COPY go.sum .
RUN go mod download
COPY cmd/ cmd/
COPY pkg/ pkg/

Expand Down

0 comments on commit 7093a07

Please sign in to comment.