summaryrefslogtreecommitdiffhomepage
path: root/pkg/docker/Makefile
diff options
context:
space:
mode:
authorAndrew Clayton <a.clayton@nginx.com>2025-08-08 16:17:57 +0100
committerAndrew Clayton <a.clayton@nginx.com>2025-09-11 17:08:42 +0100
commiteba843e5238b2a93805c2cb5b682c896b8a16a8c (patch)
tree0d25f56bdcebad8cd5d438082997aabe36055ebf /pkg/docker/Makefile
parent2409d0f6473f94fa60cb5c7d83a0a2576391eac0 (diff)
downloadunit-eba843e5238b2a93805c2cb5b682c896b8a16a8c.tar.gz
unit-eba843e5238b2a93805c2cb5b682c896b8a16a8c.tar.bz2
pkg/docker: Update dockerfiles for 1.35.0
Remove Ruby 3.2 and add 3.4 Remove Golang 1.22 and 1.23, and add 1.24 and 1.25 Just use the main 1.35.0 tag as we aren't going to have a packaging one. Signed-off-by: Andrew Clayton <a.clayton@nginx.com>
Diffstat (limited to 'pkg/docker/Makefile')
-rw-r--r--pkg/docker/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkg/docker/Makefile b/pkg/docker/Makefile
index f480bf59..a1d178a9 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.22 1.23
+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
@@ -69,7 +69,7 @@ INSTALL_python ?= python3-install
RUN_python ?= /bin/true
MODULE_PREBUILD_python ?= /bin/true
-VERSIONS_ruby ?= 3.2 3.3
+VERSIONS_ruby ?= 3.3 3.4
VARIANT_ruby ?= $(VARIANT)
$(foreach rubyversion, $(VERSIONS_ruby), $(eval CONTAINER_ruby$(rubyversion) = ruby:$(rubyversion)-$(VARIANT_ruby)))
CONFIGURE_ruby ?= ruby