We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7ba5be commit e57d69dCopy full SHA for e57d69d
builder.dockerfile
@@ -23,8 +23,7 @@ RUN make build-all-platforms \
23
OAUTH_AUTH_SERVER_DOMAIN=${oauth_auth_server_domain}
24
25
26
-# c781b427440f8ea100841eefdd308e660d26d121 is the v1.0.0 tag at the time of writing.
27
-RUN go install github.com/google/go-licenses@c781b427440f8ea100841eefdd308e660d26d121
+RUN go install github.com/google/[email protected]
28
29
# We need this '|| true' because go-licenses could fail to find a license so
30
# may return a non-zero exit code and there's no way to supress it.
0 commit comments