From 4f12a172495e2acb7a621b29cffa924f1cd72580 Mon Sep 17 00:00:00 2001 From: derailed Date: Tue, 20 Jul 2021 08:56:12 -0600 Subject: [PATCH] update revs --- Dockerfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 65ba2359..7b68be4c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # ----------------------------------------------------------------------------- # Build... -FROM golang:1.16.5-alpine3.12 AS build +FROM golang:1.16.6-alpine3.14 AS build WORKDIR /popeye @@ -13,7 +13,8 @@ RUN apk --no-cache add make git gcc libc-dev curl ca-certificates && make build # ----------------------------------------------------------------------------- # Image... -FROM alpine:3.12.0 +FROM alpine:3.14.0 + COPY --from=build /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-certificates.crt COPY --from=build /popeye/execs/popeye /bin/popeye