Skip to content

Commit

Permalink
update docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
freeelancer committed Jan 3, 2025
1 parent bbf0b9e commit 5eec32d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ RUN apk add --no-cache \

# Download go dependencies
COPY go.mod go.sum ./
RUN --mount=type=cache,target=/root/.cache/go-build \
--mount=type=cache,target=/root/go/pkg/mod \
RUN --mount=type=cache,target=/nonroot/.cache/go-build \
--mount=type=cache,target=/nonroot/go/pkg/mod \
go mod download

# Cosmwasm - Download correct libwasmvm version
Expand Down

0 comments on commit 5eec32d

Please sign in to comment.