Browse Source

docker: Update build image version

Jakob Borg 6 years ago
parent
commit
eabd972667
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -1,4 +1,4 @@
-FROM golang:1.11 AS builder
+FROM golang:1.12 AS builder
 
 WORKDIR /src
 COPY . .