From aaea764e9da75a98b27c2706bf1f9f61e7351fde Mon Sep 17 00:00:00 2001 From: Rafael Gaspar Date: Mon, 12 Sep 2022 13:07:44 +0200 Subject: [PATCH] Re-add extra empty line on Dockerfile-alpine --- public-docker-images/Dockerfile-alpine | 1 + 1 file changed, 1 insertion(+) diff --git a/public-docker-images/Dockerfile-alpine b/public-docker-images/Dockerfile-alpine index 384f185f2..691f0aa79 100644 --- a/public-docker-images/Dockerfile-alpine +++ b/public-docker-images/Dockerfile-alpine @@ -7,6 +7,7 @@ RUN GOOS=$TARGETOS GOARCH=$TARGETARCH CGO_ENABLED=0 go build -a -ldflags "-X git GOOS=$TARGETOS GOARCH=$TARGETARCH CGO_ENABLED=0 go build -a -o /build/veneur-prometheus ./cmd/veneur-prometheus &&\ GOOS=$TARGETOS GOARCH=$TARGETARCH CGO_ENABLED=0 go build -a -ldflags "-X github.com/stripe/veneur/v14/util/build.VERSION=${VERSION} -X github.com/stripe/veneur/v14/util/build.BUILD_DATE=$(date +%s)" -o /build/veneur-proxy ./cmd/veneur-proxy + FROM alpine:3.16 AS release LABEL maintainer="The Stripe Observability Team " RUN apk add --no-cache ca-certificates