Skip to content

Commit e57d69d

Browse files
committed
Update go-licences in builder image
1 parent a7ba5be commit e57d69d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

builder.dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ RUN make build-all-platforms \
2323
OAUTH_AUTH_SERVER_DOMAIN=${oauth_auth_server_domain}
2424

2525

26-
# c781b427440f8ea100841eefdd308e660d26d121 is the v1.0.0 tag at the time of writing.
27-
RUN go install github.com/google/go-licenses@c781b427440f8ea100841eefdd308e660d26d121
26+
RUN go install github.com/google/[email protected]
2827

2928
# We need this '|| true' because go-licenses could fail to find a license so
3029
# may return a non-zero exit code and there's no way to supress it.

0 commit comments

Comments
 (0)