Explorar el Código

Revert to Go 1.12 in dockerfile

Tulir Asokan hace 5 años
padre
commit
61268f8cc4
Se han modificado 1 ficheros con 1 adiciones y 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