Explorar o código

Use Go 1.12 for dockerfile temporarily. Fixes #99

Tulir Asokan %!s(int64=5) %!d(string=hai) anos
pai
achega
f0ad1456e2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -1,4 +1,4 @@
-FROM golang:1-alpine AS builder
+FROM golang:1.12-alpine AS builder
 
 RUN apk add --no-cache git ca-certificates build-base su-exec