Explorar el Código

1.11-rc -> 1 now that 1.11 is out

Alex Suraci hace 7 años
padre
commit
7097518da4
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.11-rc as builder
+FROM golang:1 as builder
 COPY . /src
 WORKDIR /src
 ENV CGO_ENABLED 0