Browse Source

1.11-rc -> 1 now that 1.11 is out

Alex Suraci 7 years ago
parent
commit
7097518da4
1 changed files with 1 additions and 1 deletions
  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