Skip to content

Commit

Permalink
bump versions (flyteorg#43)
Browse files Browse the repository at this point in the history
Signed-off-by: Yee Hing Tong <[email protected]>
  • Loading branch information
wild-endeavor authored Nov 1, 2021
1 parent 55fb8fc commit 1ff856b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# TO OPT OUT OF UPDATES, SEE https://github.com/flyteorg/boilerplate/blob/master/Readme.rst

FROM golang:1.13.3-alpine3.10 as builder
FROM golang:1.17.1-alpine3.14 as builder
RUN apk add git openssh-client make curl

# COPY only the go mod files for efficient caching
Expand All @@ -30,7 +30,7 @@ RUN curl --silent --fail --show-error --location --output /artifacts/grpc_health
ENV PATH="/artifacts:${PATH}"

# This will eventually move to centurylink/ca-certs:latest for minimum possible image size
FROM alpine:3.10
FROM alpine:3.14
COPY --from=builder /artifacts /bin

RUN apk --update add ca-certificates
Expand Down

0 comments on commit 1ff856b

Please sign in to comment.