Skip to content

Commit

Permalink
revert golang version to 1.19
Browse files Browse the repository at this point in the history
Signed-off-by: Yuxuan Zhu <[email protected]>
  • Loading branch information
Yuxuan Zhu committed Aug 28, 2024
1 parent 0382864 commit a57163e
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
@@ -1,5 +1,5 @@
# Build Stage
FROM --platform=$BUILDPLATFORM golang:1.21-alpine as builder
FROM --platform=$BUILDPLATFORM golang:1.19-alpine as builder
ARG TARGETOS TARGETARCH
LABEL REPO="https://github.com/keikoproj/lifecycle-manager"

Expand Down

0 comments on commit a57163e

Please sign in to comment.