Skip to content

Commit

Permalink
try CL 600296
Browse files Browse the repository at this point in the history
  • Loading branch information
dunglas committed Jul 25, 2024
1 parent dca15d0 commit 386f8a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alpine.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ RUN apk add --no-cache --virtual .build-deps \
git \
bash

RUN GOBIN=/usr/local/go/bin go install golang.org/dl/gotip@latest && gotip download
RUN GOBIN=/usr/local/go/bin go install golang.org/dl/gotip@latest && (yes || true) | gotip download 600296

WORKDIR /go/src/app

Expand Down

0 comments on commit 386f8a7

Please sign in to comment.