Sfoglia il codice sorgente

fix: update go/dockerfile 1.15

Moritz Johner 5 anni fa
parent
commit
3506b6fe85
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -1,5 +1,5 @@
 # Build the manager binary
 # Build the manager binary
-FROM golang:1.13 as builder
+FROM golang:1.15 as builder
 
 
 WORKDIR /workspace
 WORKDIR /workspace
 # Copy the Go Modules manifests
 # Copy the Go Modules manifests