Skip to content

Commit 12bc0e0

Browse files
authored
Merge pull request #17345: [cherry-pick][release-2.38.0][BEAM-13538][BEAM-14296] Workaround to fix go-licenses crash.
[cherry-pick][release-2.38.0][BEAM-13538][BEAM-14296] Workaround to fix go-licenses crash.
2 parents 3da922c + 9211bb6 commit 12bc0e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release/go-licenses/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
###############################################################################
1818

1919
FROM golang:1.16-bullseye
20-
RUN go get github.com/google/go-licenses
20+
RUN go get github.com/google/go-licenses@v1.0.0
2121
COPY get-licenses.sh /opt/apache/beam/
2222
ARG sdk_location
2323
ENV sdk_location=$sdk_location

0 commit comments

Comments
 (0)