Skip to content

Commit

Permalink
forgot to match the leonardo go version with helm-scala-sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
LizBaldo committed Jan 22, 2025
1 parent 2bf4e66 commit c8e76ec
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 @@ -2,7 +2,7 @@
# 1. Build the Helm client Go lib
# 2. Deploy Leonardo pointing to the Go lib

FROM golang:1.20 AS helm-go-lib-builder
FROM golang:1.22 AS helm-go-lib-builder

# TODO Consider moving repo set-up to the build script to make CI versioning easier
RUN mkdir /helm-go-lib-build && \
Expand Down

0 comments on commit c8e76ec

Please sign in to comment.