Skip to content

Commit

Permalink
Update to golang 1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
vterdunov committed Sep 18, 2018
1 parent b0e50c3 commit 74f8d32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.10.2-alpine AS build-stage
FROM golang:1.11.0-alpine3.8 AS build-stage

WORKDIR /go/src/github.com/vterdunov/janna-api

Expand Down
2 changes: 1 addition & 1 deletion build/Dockerfile.dev
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.10.2-alpine
FROM golang:1.11.0-alpine3.8

RUN apk add --no-cache make git

Expand Down

0 comments on commit 74f8d32

Please sign in to comment.