Skip to content

Commit

Permalink
Bump golang from 1.12.7-alpine3.10 to 1.13.1-alpine3.10 (#66)
Browse files Browse the repository at this point in the history
Bumps golang from 1.12.7-alpine3.10 to 1.13.1-alpine3.10.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] authored and alexbrazier committed Oct 1, 2019
1 parent a2560c6 commit 8b2842f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
############################
# Build api
############################
FROM golang:1.12.7-alpine3.10 AS apibuilder
FROM golang:1.13.1-alpine3.10 AS apibuilder
RUN apk update && apk add --no-cache git dep
COPY api $GOPATH/src/github.com/alexbrazier/go-url/api
WORKDIR $GOPATH/src/github.com/alexbrazier/go-url/api
Expand Down

0 comments on commit 8b2842f

Please sign in to comment.