chore: update dockerfile based on CI warnings (#1675)

This commit is contained in:
Zubair Haque 2024-08-21 16:20:12 -05:00 committed by GitHub
parent 6374c6368d
commit 4a90fd687b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM --platform=$BUILDPLATFORM golang:1.22-alpine as builder
FROM --platform=$BUILDPLATFORM golang:1.22-alpine AS builder
RUN apk add --no-cache make git
WORKDIR /workspace/helmfile
@ -14,7 +14,7 @@ RUN make static-${TARGETOS}-${TARGETARCH}
FROM alpine:3.19
LABEL org.opencontainers.image.source https://github.com/helmfile/helmfile
LABEL org.opencontainers.image.source=https://github.com/helmfile/helmfile
RUN apk add --no-cache ca-certificates git bash curl jq openssh-client gnupg