diff --git a/Dockerfile b/Dockerfile index 90adaf7f..dd78b9f0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # All credit goes to Yves Blusseau, Nicolas Duchon, and all the contributors of the original Github repository -FROM arm32v7/golang:1.15.6-alpine AS go-builder +FROM arm32v7/golang:1.20.1-alpine AS go-builder ENV DOCKER_GEN_VERSION=0.7.4