Explorar o código

1.11-rc -> 1 now that 1.11 is out

Alex Suraci %!s(int64=7) %!d(string=hai) anos
pai
achega
7097518da4
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.11-rc as builder
+FROM golang:1 as builder
 COPY . /src
 WORKDIR /src
 ENV CGO_ENABLED 0