Skip to content

Commit 547a883

Browse files
authored
Update operator-sdk to v1.37.0 (redhat-best-practices-for-k8s#2450)
1 parent 4c206ce commit 547a883

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ ENV PATH=${PATH}:"/usr/local/go/bin":${GOPATH}/"bin"
4747

4848
# Download operator-sdk binary
4949
ENV \
50-
OPERATOR_SDK_DL_URL=https://github.com/operator-framework/operator-sdk/releases/download/v1.36.1 \
50+
OPERATOR_SDK_DL_URL=https://github.com/operator-framework/operator-sdk/releases/download/v1.37.0 \
5151
OSDK_BIN=/usr/local/osdk/bin
5252

5353
RUN \

0 commit comments

Comments
 (0)