Skip to content

Commit

Permalink
Updating alpine image (#573)
Browse files Browse the repository at this point in the history
Signed-off-by: anishakj <[email protected]>
  • Loading branch information
anishakj authored Aug 25, 2021
1 parent a554d95 commit 92d86d3
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
Expand Up @@ -8,8 +8,8 @@
# http://www.apache.org/licenses/LICENSE-2.0
#
ARG DOCKER_REGISTRY
ARG GO_VERSION=1.13.8
ARG ALPINE_VERSION=3.11
ARG GO_VERSION=1.16
ARG ALPINE_VERSION=3.14

FROM ${DOCKER_REGISTRY:+$DOCKER_REGISTRY/}golang:${GO_VERSION}-alpine${ALPINE_VERSION} as go-builder

Expand All @@ -25,6 +25,7 @@ WORKDIR /src
COPY pkg ./pkg
COPY cmd ./cmd
COPY go.mod ./
COPY go.sum ./

# Download all dependencies.
RUN go mod download
Expand Down

0 comments on commit 92d86d3

Please sign in to comment.