Skip to content

Commit

Permalink
Bumped Go version
Browse files Browse the repository at this point in the history
  • Loading branch information
nsmithuk committed Jul 18, 2020
1 parent 6778e65 commit f1cc916
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
/.idea
/vendor
/paw-setup.paw
/todo.md
/data
/init
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.12-alpine AS build
FROM golang:1.14-alpine AS build

RUN apk update && apk add git

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.dev
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.12-alpine
FROM golang:1.14-alpine

RUN mkdir -p /go/src/github.com/nsmithuk/local-kms
COPY . /go/src/github.com/nsmithuk/local-kms
Expand Down

0 comments on commit f1cc916

Please sign in to comment.