diff --git a/pkg/docker/Dockerfile.go1.23 b/pkg/docker/Dockerfile.go1.25 similarity index 98% rename from pkg/docker/Dockerfile.go1.23 rename to pkg/docker/Dockerfile.go1.25 index 94636cf28..ff1a31ad3 100644 --- a/pkg/docker/Dockerfile.go1.23 +++ b/pkg/docker/Dockerfile.go1.25 @@ -1,6 +1,6 @@ -FROM golang:1.23-bookworm +FROM golang:1.25-bookworm -LABEL org.opencontainers.image.title="Unit (go1.23)" +LABEL org.opencontainers.image.title="Unit (go1.25)" LABEL org.opencontainers.image.description="Official build of Unit for Docker." LABEL org.opencontainers.image.url="https://unit.nginx.org" LABEL org.opencontainers.image.source="https://github.com/nginx/unit" diff --git a/pkg/docker/Makefile b/pkg/docker/Makefile index e8b061c32..a57818679 100644 --- a/pkg/docker/Makefile +++ b/pkg/docker/Makefile @@ -20,7 +20,7 @@ INSTALL_minimal ?= version RUN_minimal ?= /bin/true MODULE_PREBUILD_minimal ?= /bin/true -VERSIONS_go ?= 1.23 1.24 +VERSIONS_go ?= 1.24 1.25 VARIANT_go ?= $(VARIANT) $(foreach goversion, $(VERSIONS_go), $(eval CONTAINER_go$(goversion) = golang:$(goversion)-$(VARIANT_go))) CONFIGURE_go ?= go --go-path=$$GOPATH @@ -121,7 +121,9 @@ build-%: Dockerfile.% library: @echo "# this file is generated via https://github.com/nginx/unit/blob/$(shell git rev-parse HEAD)/pkg/docker/Makefile" @echo "" - @echo "Maintainers: Unit Docker Maintainers (@nginx)" + @echo "Maintainers: Unit Docker Maintainers (@nginx)," + @echo " Konstantin Pavlov (@thresheek)," + @echo " Igor Ippolitov (@oxpa)" @echo "GitRepo: https://github.com/nginx/unit.git" @previous=""; \ for mod in $(MODVERSIONS); do \