Skip to content

Commit

Permalink
WIP: bump goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
hairyhum committed Jun 26, 2024
1 parent 234f14c commit d7c0640
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN apt update && apt install -y docker-ce docker-ce-cli containerd.io \

COPY --from=bitnami/kubectl:1.26 /opt/bitnami/kubectl/bin/kubectl /usr/local/bin/

COPY --from=goreleaser/goreleaser:v1.12.3 /usr/bin/goreleaser /usr/local/bin/
COPY --from=goreleaser/goreleaser:v1.26.2 /usr/bin/goreleaser /usr/local/bin/

COPY --from=alpine/helm:3.12.2 /usr/bin/helm /usr/local/bin/

Expand Down

0 comments on commit d7c0640

Please sign in to comment.