From 4a90fd687bfaf60ac258b8c3dbb88911997b30f7 Mon Sep 17 00:00:00 2001 From: Zubair Haque Date: Wed, 21 Aug 2024 16:20:12 -0500 Subject: [PATCH] chore: update dockerfile based on CI warnings (#1675) --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index fabe8f48..d1430206 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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