summaryrefslogtreecommitdiffhomepage
path: root/pkg/docker/Makefile
diff options
context:
space:
mode:
authorKonstantin Pavlov <thresh@nginx.com>2023-02-13 17:04:24 -0800
committerKonstantin Pavlov <thresh@nginx.com>2023-02-13 17:04:24 -0800
commit565dcbb13987d32436993827b1eac0c4eceb42fa (patch)
tree5d5c1f079a406d7ed58d252852ab3e60cda0c481 /pkg/docker/Makefile
parent2a597c5c7a8b5468961d8ee176fffe6b427b8a64 (diff)
downloadunit-565dcbb13987d32436993827b1eac0c4eceb42fa.tar.gz
unit-565dcbb13987d32436993827b1eac0c4eceb42fa.tar.bz2
Docker: bumped language versions.
Diffstat (limited to 'pkg/docker/Makefile')
-rw-r--r--pkg/docker/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkg/docker/Makefile b/pkg/docker/Makefile
index e0644166..46b75f27 100644
--- a/pkg/docker/Makefile
+++ b/pkg/docker/Makefile
@@ -17,7 +17,7 @@ CONFIGURE_minimal ?=
INSTALL_minimal ?= version
RUN_minimal ?= /bin/true
-VERSION_go ?= 1.19
+VERSION_go ?= 1.20
CONTAINER_go ?= golang:$(VERSION_go)
CONFIGURE_go ?= go --go-path=$$GOPATH
INSTALL_go ?= go-install-src libunit-install
@@ -41,7 +41,7 @@ CONFIGURE_perl ?= perl
INSTALL_perl ?= perl-install
RUN_perl ?= /bin/true
-VERSION_php ?= 8.1
+VERSION_php ?= 8.2
CONTAINER_php ?= php:$(VERSION_php)-cli
CONFIGURE_php ?= php
INSTALL_php ?= php-install
@@ -53,7 +53,7 @@ CONFIGURE_python ?= python --config=/usr/local/bin/python3-config
INSTALL_python ?= python3-install
RUN_python ?= /bin/true
-VERSION_ruby ?= 3.1
+VERSION_ruby ?= 3.2
CONTAINER_ruby ?= ruby:$(VERSION_ruby)
CONFIGURE_ruby ?= ruby
INSTALL_ruby ?= ruby-install