Update Lighthouse Docker environment

This commit is contained in:
wpetit 2021-02-17 11:27:28 +01:00
parent d69ee2368a
commit 8f0d37213b
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM golang:1.13 as envtpl
FROM golang:1.15 as envtpl
ARG HTTP_PROXY=
ARG HTTPS_PROXY=
@ -14,7 +14,7 @@ RUN git clone https://github.com/subfuzion/envtpl /src \
-ldflags "-X main.AppVersionMetadata=$(date -u +%s)" \
-a -installsuffix cgo -o ./bin/envtpl ./cmd/envtpl/.
FROM alpine:3.10
FROM alpine:3.13
ARG HTTP_PROXY=
ARG HTTPS_PROXY=