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 4c206ce commit 547a883Copy full SHA for 547a883
Dockerfile
@@ -47,7 +47,7 @@ ENV PATH=${PATH}:"/usr/local/go/bin":${GOPATH}/"bin"
47
48
# Download operator-sdk binary
49
ENV \
50
- OPERATOR_SDK_DL_URL=https://github.com/operator-framework/operator-sdk/releases/download/v1.36.1 \
+ OPERATOR_SDK_DL_URL=https://github.com/operator-framework/operator-sdk/releases/download/v1.37.0 \
51
OSDK_BIN=/usr/local/osdk/bin
52
53
RUN \
0 commit comments