Docker: bumped language versions.
This commit is contained in:
@@ -18,7 +18,7 @@ INSTALL_minimal ?= version
|
|||||||
define COPY_minimal
|
define COPY_minimal
|
||||||
endef
|
endef
|
||||||
|
|
||||||
VERSION_go ?= 1.17
|
VERSION_go ?= 1.18
|
||||||
CONTAINER_go ?= golang:$(VERSION_go)
|
CONTAINER_go ?= golang:$(VERSION_go)
|
||||||
CONFIGURE_go ?= go --go-path=$$GOPATH
|
CONFIGURE_go ?= go --go-path=$$GOPATH
|
||||||
INSTALL_go ?= go-install-src libunit-install
|
INSTALL_go ?= go-install-src libunit-install
|
||||||
@@ -62,7 +62,7 @@ CONFIGURE_python ?= python --config=/usr/local/bin/python3-config
|
|||||||
INSTALL_python ?= python3-install
|
INSTALL_python ?= python3-install
|
||||||
COPY_python =
|
COPY_python =
|
||||||
|
|
||||||
VERSION_ruby ?= 3.0
|
VERSION_ruby ?= 3.1
|
||||||
CONTAINER_ruby ?= ruby:$(VERSION_ruby)
|
CONTAINER_ruby ?= ruby:$(VERSION_ruby)
|
||||||
CONFIGURE_ruby ?= ruby
|
CONFIGURE_ruby ?= ruby
|
||||||
INSTALL_ruby ?= ruby-install
|
INSTALL_ruby ?= ruby-install
|
||||||
|
|||||||
Reference in New Issue
Block a user