Skip to content

Commit

Permalink
Bump docker Go version to 1.13 and add dockerignore file
Browse files Browse the repository at this point in the history
  • Loading branch information
wjdp committed Dec 15, 2019
1 parent 088a1d4 commit 310a9d7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.git
tmp
.idea

2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG GO_VERSION=1.11
ARG GO_VERSION=1.13
ARG TARGET=alpine:3.9

FROM golang:${GO_VERSION}-alpine AS builder
Expand Down

0 comments on commit 310a9d7

Please sign in to comment.