Skip to content

Commit

Permalink
Update golang to latest patch version (#326)
Browse files Browse the repository at this point in the history
  • Loading branch information
dotchev authored and georgifarashev committed Sep 2, 2019
1 parent 7b05398 commit f30dcba
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 @@ -3,7 +3,7 @@
# docker container. The alpine build image has to match
# the alpine image in the referencing runtime container.
#########################################################
FROM golang:1.11.2-alpine3.7 AS builder
FROM golang:1.11.13-alpine3.10 AS builder

# We need so that dep can fetch it's dependencies
RUN apk --no-cache add git
Expand All @@ -23,7 +23,7 @@ RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -a -installsuffix cgo -ldflag
########################################################
# Build the runtime container
########################################################
FROM alpine:3.7 AS package_step
FROM alpine:3.10 AS package_step

RUN apk add --no-cache ca-certificates

Expand Down

0 comments on commit f30dcba

Please sign in to comment.