Explorar o código

Dockerfile: bump to Go 1.16 base images

Péter Szilágyi %!s(int64=4) %!d(string=hai) anos
pai
achega
2743fb0429
Modificáronse 2 ficheiros con 2 adicións e 2 borrados
  1. 1 1
      Dockerfile
  2. 1 1
      Dockerfile.alltools

+ 1 - 1
Dockerfile

@@ -1,5 +1,5 @@
 # Build Geth in a stock Go builder container
-FROM golang:1.15-alpine as builder
+FROM golang:1.16-alpine as builder
 
 RUN apk add --no-cache make gcc musl-dev linux-headers git
 

+ 1 - 1
Dockerfile.alltools

@@ -1,5 +1,5 @@
 # Build Geth in a stock Go builder container
-FROM golang:1.15-alpine as builder
+FROM golang:1.16-alpine as builder
 
 RUN apk add --no-cache make gcc musl-dev linux-headers git