diff --git a/build/Dockerfile b/build/Dockerfile index e21de669..e4f1ce2e 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -1,7 +1,7 @@ # --- # Stage 1: Install certs, build binary, create default config file # --- -FROM ghcr.io/project-zot/golang:1.19 AS builder +FROM ghcr.io/project-zot/golang:1.20 AS builder ARG COMMIT ARG OS ARG ARCH diff --git a/build/Dockerfile-conformance b/build/Dockerfile-conformance index 6a57b1c1..e0e7f10b 100644 --- a/build/Dockerfile-conformance +++ b/build/Dockerfile-conformance @@ -1,7 +1,7 @@ # --- # Stage 1: Install certs, build binary, create default config file # --- -FROM ghcr.io/project-zot/golang:1.19 AS builder +FROM ghcr.io/project-zot/golang:1.20 AS builder ARG COMMIT RUN apt-get update && apt-get install -y git make ca-certificates RUN mkdir -p /go/src/github.com/project-zot/zot diff --git a/build/Dockerfile-minimal b/build/Dockerfile-minimal index 8b48e0be..e9630683 100644 --- a/build/Dockerfile-minimal +++ b/build/Dockerfile-minimal @@ -1,7 +1,7 @@ # --- # Stage 1: Install certs, build binary, create default config file # --- -FROM ghcr.io/project-zot/golang:1.19 AS builder +FROM ghcr.io/project-zot/golang:1.20 AS builder ARG COMMIT ARG OS ARG ARCH diff --git a/build/Dockerfile-zb b/build/Dockerfile-zb index 2f912df7..33b6454f 100644 --- a/build/Dockerfile-zb +++ b/build/Dockerfile-zb @@ -1,7 +1,7 @@ # --- # Stage 1: Install certs, build binary, create default config file # --- -FROM ghcr.io/project-zot/golang:1.19 AS builder +FROM ghcr.io/project-zot/golang:1.20 AS builder ARG COMMIT ARG OS ARG ARCH diff --git a/build/Dockerfile-zxp b/build/Dockerfile-zxp index 3b5df56f..d9b2f91f 100644 --- a/build/Dockerfile-zxp +++ b/build/Dockerfile-zxp @@ -1,7 +1,7 @@ # --- # Stage 1: Build binary, create default config file # --- -FROM ghcr.io/project-zot/golang:1.19 AS builder +FROM ghcr.io/project-zot/golang:1.20 AS builder ARG COMMIT ARG OS ARG ARCH diff --git a/build/stacker-conformance.yaml b/build/stacker-conformance.yaml index 19620ef0..ef38b878 100644 --- a/build/stacker-conformance.yaml +++ b/build/stacker-conformance.yaml @@ -1,7 +1,7 @@ build: from: type: docker - url: docker://ghcr.io/project-zot/golang:1.19 + url: docker://ghcr.io/project-zot/golang:1.20 binds: - ../. -> /zotcopy run: | diff --git a/build/stacker-minimal.yaml b/build/stacker-minimal.yaml index 279d23bf..f182937b 100644 --- a/build/stacker-minimal.yaml +++ b/build/stacker-minimal.yaml @@ -1,7 +1,7 @@ build: from: type: docker - url: docker://ghcr.io/project-zot/golang:1.19 + url: docker://ghcr.io/project-zot/golang:1.20 binds: - ../. -> /zotcopy run: | diff --git a/build/stacker-zb.yaml b/build/stacker-zb.yaml index 65a21f52..447e3458 100644 --- a/build/stacker-zb.yaml +++ b/build/stacker-zb.yaml @@ -1,7 +1,7 @@ build: from: type: docker - url: docker://ghcr.io/project-zot/golang:1.19 + url: docker://ghcr.io/project-zot/golang:1.20 binds: - ../. -> /zotcopy run: | diff --git a/build/stacker-zxp.yaml b/build/stacker-zxp.yaml index 2f428c84..933f800b 100644 --- a/build/stacker-zxp.yaml +++ b/build/stacker-zxp.yaml @@ -1,7 +1,7 @@ build: from: type: docker - url: docker://ghcr.io/project-zot/golang:1.19 + url: docker://ghcr.io/project-zot/golang:1.20 binds: - ../. -> /zotcopy run: | diff --git a/build/stacker.yaml b/build/stacker.yaml index 6a10ed8a..8d0d8986 100644 --- a/build/stacker.yaml +++ b/build/stacker.yaml @@ -1,7 +1,7 @@ build: from: type: docker - url: docker://ghcr.io/project-zot/golang:1.19 + url: docker://ghcr.io/project-zot/golang:1.20 binds: - ../. -> /zotcopy run: |