diff options
author | Konstantin Pavlov <thresh@nginx.com> | 2022-05-11 12:59:39 +0400 |
---|---|---|
committer | Konstantin Pavlov <thresh@nginx.com> | 2022-05-11 12:59:39 +0400 |
commit | 967fa8f78afd0cd960e0159e61dbbe9ca8eabf91 (patch) | |
tree | 9ef07777d9c3fbe2bcdc9d4231e5d709360bc7b7 /pkg/docker | |
parent | 6cfa1c397005dc9b2904da2934120d98fe451079 (diff) | |
download | unit-967fa8f78afd0cd960e0159e61dbbe9ca8eabf91.tar.gz unit-967fa8f78afd0cd960e0159e61dbbe9ca8eabf91.tar.bz2 |
Docker: bumped language versions.
Diffstat (limited to 'pkg/docker')
-rw-r--r-- | pkg/docker/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkg/docker/Makefile b/pkg/docker/Makefile index 39261b0a..5c48f925 100644 --- a/pkg/docker/Makefile +++ b/pkg/docker/Makefile @@ -18,7 +18,7 @@ INSTALL_minimal ?= version define COPY_minimal endef -VERSION_go ?= 1.17 +VERSION_go ?= 1.18 CONTAINER_go ?= golang:$(VERSION_go) CONFIGURE_go ?= go --go-path=$$GOPATH INSTALL_go ?= go-install-src libunit-install @@ -62,7 +62,7 @@ CONFIGURE_python ?= python --config=/usr/local/bin/python3-config INSTALL_python ?= python3-install COPY_python = -VERSION_ruby ?= 3.0 +VERSION_ruby ?= 3.1 CONTAINER_ruby ?= ruby:$(VERSION_ruby) CONFIGURE_ruby ?= ruby INSTALL_ruby ?= ruby-install |