Skip to content

Commit

Permalink
Update golang and alpine images
Browse files Browse the repository at this point in the history
  • Loading branch information
asetty committed May 12, 2021
1 parent 459ff6c commit 1eabd31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Builder Image #
#################

FROM golang:1.16.2-alpine3.13 as builder
FROM golang:1.16.4-alpine3.13 as builder

ENV GO111MODULE=on
WORKDIR /go/src/oidc-authservice
Expand All @@ -19,7 +19,7 @@ RUN CGO_ENABLED=0 GOOS=linux go build -a -ldflags '-extldflags "-static"' -o /go
# Release Image #
#################

FROM alpine:3.13.2
FROM alpine:3.13.5
RUN apk add --no-cache ca-certificates

ENV USER=authservice
Expand Down

0 comments on commit 1eabd31

Please sign in to comment.