Skip to content

Commit

Permalink
Update operator-sdk to v1.33.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sebrandon1 committed Dec 18, 2023
1 parent 53d5bbc commit 438b53e
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 @@ -37,7 +37,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.32.0 \
OPERATOR_SDK_DL_URL=https://github.com/operator-framework/operator-sdk/releases/download/v1.33.0 \
OSDK_BIN=/usr/local/osdk/bin

# Either use Wget or Curl but not both.
Expand Down

0 comments on commit 438b53e

Please sign in to comment.