Skip to content

Commit

Permalink
Re-add extra empty line on Dockerfile-alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelgaspar committed Sep 12, 2022
1 parent 6f4f466 commit aaea764
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions public-docker-images/Dockerfile-alpine
Original file line number Diff line number Diff line change
Expand Up @@ -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 <support@stripe.com>"
RUN apk add --no-cache ca-certificates
Expand Down

0 comments on commit aaea764

Please sign in to comment.