Skip to content

Commit

Permalink
Update operator-sdk to v1.37.0 (#2450)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebrandon1 authored Sep 17, 2024
1 parent 4c206ce commit 547a883
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ ENV PATH=${PATH}:"/usr/local/go/bin":${GOPATH}/"bin"

# Download operator-sdk binary
ENV \
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 \
OSDK_BIN=/usr/local/osdk/bin

RUN \
Expand Down

0 comments on commit 547a883

Please sign in to comment.