Skip to content

Commit

Permalink
Update operator-sdk to v1.36.1 (#2330)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebrandon1 authored Aug 12, 2024
1 parent c9ce2fa commit 5888e5a
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.0 \
OPERATOR_SDK_DL_URL=https://github.com/operator-framework/operator-sdk/releases/download/v1.36.1 \
OSDK_BIN=/usr/local/osdk/bin

RUN \
Expand Down

0 comments on commit 5888e5a

Please sign in to comment.