From a99b8b443e022b907543ee96317ca8187250ce23 Mon Sep 17 00:00:00 2001 From: Christof Marti Date: Tue, 7 Nov 2023 09:32:06 +0100 Subject: [PATCH] Update golang image --- github-tests/Dockerfile/docker-from-docker-non-root/Dockerfile | 2 +- github-tests/Dockerfile/docker-from-docker-root/Dockerfile | 2 +- github-tests/Dockerfile/feature-docker-from-docker/Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/github-tests/Dockerfile/docker-from-docker-non-root/Dockerfile b/github-tests/Dockerfile/docker-from-docker-non-root/Dockerfile index 83045b37..4f72ac0e 100644 --- a/github-tests/Dockerfile/docker-from-docker-non-root/Dockerfile +++ b/github-tests/Dockerfile/docker-from-docker-non-root/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.16.0-alpine3.13 as builder +FROM golang:1.21.3-alpine3.18 as builder # Install certs, git, and mercurial # RUN apk add --no-cache ca-certificates git build-base diff --git a/github-tests/Dockerfile/docker-from-docker-root/Dockerfile b/github-tests/Dockerfile/docker-from-docker-root/Dockerfile index 83045b37..4f72ac0e 100644 --- a/github-tests/Dockerfile/docker-from-docker-root/Dockerfile +++ b/github-tests/Dockerfile/docker-from-docker-root/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.16.0-alpine3.13 as builder +FROM golang:1.21.3-alpine3.18 as builder # Install certs, git, and mercurial # RUN apk add --no-cache ca-certificates git build-base diff --git a/github-tests/Dockerfile/feature-docker-from-docker/Dockerfile b/github-tests/Dockerfile/feature-docker-from-docker/Dockerfile index 83045b37..4f72ac0e 100644 --- a/github-tests/Dockerfile/feature-docker-from-docker/Dockerfile +++ b/github-tests/Dockerfile/feature-docker-from-docker/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.16.0-alpine3.13 as builder +FROM golang:1.21.3-alpine3.18 as builder # Install certs, git, and mercurial # RUN apk add --no-cache ca-certificates git build-base