diff --git a/mirror/1.14/Dockerfile b/mirror/1.14/Dockerfile index 94def21f..d0dc599a 100644 --- a/mirror/1.14/Dockerfile +++ b/mirror/1.14/Dockerfile @@ -7,7 +7,7 @@ # https://hub.docker.com/_/golang -FROM golang:1.14.15 +FROM golang:1.14.15-buster # https://docs.github.com/en/packages/learn-github-packages/connecting-a-repository-to-a-package LABEL org.opencontainers.image.source="https://github.com/atc0005/go-ci" diff --git a/mirror/1.15/Dockerfile b/mirror/1.15/Dockerfile index 033f2ccf..c7d9735c 100644 --- a/mirror/1.15/Dockerfile +++ b/mirror/1.15/Dockerfile @@ -7,7 +7,7 @@ # https://hub.docker.com/_/golang -FROM golang:1.15.15 +FROM golang:1.15.15-buster # https://docs.github.com/en/packages/learn-github-packages/connecting-a-repository-to-a-package LABEL org.opencontainers.image.source="https://github.com/atc0005/go-ci" diff --git a/mirror/1.16/Dockerfile b/mirror/1.16/Dockerfile index c286b25a..7a8d83b0 100644 --- a/mirror/1.16/Dockerfile +++ b/mirror/1.16/Dockerfile @@ -7,7 +7,7 @@ # https://hub.docker.com/_/golang -FROM golang:1.16.15 +FROM golang:1.16.15-bullseye # https://docs.github.com/en/packages/learn-github-packages/connecting-a-repository-to-a-package LABEL org.opencontainers.image.source="https://github.com/atc0005/go-ci" diff --git a/mirror/1.17/Dockerfile b/mirror/1.17/Dockerfile index b8a17f93..768f431c 100644 --- a/mirror/1.17/Dockerfile +++ b/mirror/1.17/Dockerfile @@ -7,7 +7,7 @@ # https://hub.docker.com/_/golang -FROM golang:1.17.13 +FROM golang:1.17.13-bullseye # https://docs.github.com/en/packages/learn-github-packages/connecting-a-repository-to-a-package LABEL org.opencontainers.image.source="https://github.com/atc0005/go-ci" diff --git a/mirror/1.18/Dockerfile b/mirror/1.18/Dockerfile index 4ae52a62..5c869f18 100644 --- a/mirror/1.18/Dockerfile +++ b/mirror/1.18/Dockerfile @@ -7,7 +7,7 @@ # https://hub.docker.com/_/golang -FROM golang:1.18.10 +FROM golang:1.18.10-bullseye # https://docs.github.com/en/packages/learn-github-packages/connecting-a-repository-to-a-package LABEL org.opencontainers.image.source="https://github.com/atc0005/go-ci" diff --git a/mirror/1.19/Dockerfile b/mirror/1.19/Dockerfile index e144794d..8daf34ba 100644 --- a/mirror/1.19/Dockerfile +++ b/mirror/1.19/Dockerfile @@ -7,7 +7,7 @@ # https://hub.docker.com/_/golang -FROM golang:1.19.10 +FROM golang:1.19.10-bookworm # https://docs.github.com/en/packages/learn-github-packages/connecting-a-repository-to-a-package LABEL org.opencontainers.image.source="https://github.com/atc0005/go-ci" diff --git a/mirror/1.20/Dockerfile b/mirror/1.20/Dockerfile index 5790bcb9..f8f525e2 100644 --- a/mirror/1.20/Dockerfile +++ b/mirror/1.20/Dockerfile @@ -7,7 +7,7 @@ # https://hub.docker.com/_/golang -FROM golang:1.20.5 +FROM golang:1.20.5-bookworm # https://docs.github.com/en/packages/learn-github-packages/connecting-a-repository-to-a-package LABEL org.opencontainers.image.source="https://github.com/atc0005/go-ci" diff --git a/oldstable/build/release/Dockerfile b/oldstable/build/release/Dockerfile index 50e54156..32fc7053 100644 --- a/oldstable/build/release/Dockerfile +++ b/oldstable/build/release/Dockerfile @@ -7,7 +7,7 @@ # https://hub.docker.com/_/golang -FROM golang:1.19.10 +FROM golang:1.19.10-bookworm # https://docs.github.com/en/packages/learn-github-packages/connecting-a-repository-to-a-package LABEL org.opencontainers.image.source="https://github.com/atc0005/go-ci" diff --git a/oldstable/combined/Dockerfile b/oldstable/combined/Dockerfile index fd635cbb..60d1f8db 100644 --- a/oldstable/combined/Dockerfile +++ b/oldstable/combined/Dockerfile @@ -7,7 +7,7 @@ # https://hub.docker.com/_/golang -FROM golang:1.19.10 +FROM golang:1.19.10-bookworm # https://docs.github.com/en/packages/learn-github-packages/connecting-a-repository-to-a-package LABEL org.opencontainers.image.source="https://github.com/atc0005/go-ci" diff --git a/stable/build/cgo-mingw-w64/Dockerfile b/stable/build/cgo-mingw-w64/Dockerfile index 372ea90c..664c674a 100644 --- a/stable/build/cgo-mingw-w64/Dockerfile +++ b/stable/build/cgo-mingw-w64/Dockerfile @@ -7,7 +7,7 @@ # https://hub.docker.com/_/golang -FROM golang:1.20.5 +FROM golang:1.20.5-bookworm # https://docs.github.com/en/packages/learn-github-packages/connecting-a-repository-to-a-package LABEL org.opencontainers.image.source="https://github.com/atc0005/go-ci" diff --git a/stable/build/release/Dockerfile b/stable/build/release/Dockerfile index 36c9df4d..0f7447a4 100644 --- a/stable/build/release/Dockerfile +++ b/stable/build/release/Dockerfile @@ -7,7 +7,7 @@ # https://hub.docker.com/_/golang -FROM golang:1.20.5 +FROM golang:1.20.5-bookworm # https://docs.github.com/en/packages/learn-github-packages/connecting-a-repository-to-a-package LABEL org.opencontainers.image.source="https://github.com/atc0005/go-ci" diff --git a/stable/combined/Dockerfile b/stable/combined/Dockerfile index ab205482..eb69f5d8 100644 --- a/stable/combined/Dockerfile +++ b/stable/combined/Dockerfile @@ -7,7 +7,7 @@ # https://hub.docker.com/_/golang -FROM golang:1.20.5 +FROM golang:1.20.5-bookworm # https://docs.github.com/en/packages/learn-github-packages/connecting-a-repository-to-a-package LABEL org.opencontainers.image.source="https://github.com/atc0005/go-ci"