Skip to content

Commit

Permalink
update revs
Browse files Browse the repository at this point in the history
  • Loading branch information
derailed committed Jul 20, 2021
1 parent eaeb24f commit 4f12a17
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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

Expand Down

0 comments on commit 4f12a17

Please sign in to comment.