File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ CONFIGURE_minimal ?=
17
17
INSTALL_minimal ?= version
18
18
RUN_minimal ?= /bin/true
19
19
20
- VERSION_go ?= 1.19
20
+ VERSION_go ?= 1.20
21
21
CONTAINER_go ?= golang:$(VERSION_go )
22
22
CONFIGURE_go ?= go --go-path=$$GOPATH
23
23
INSTALL_go ?= go-install-src libunit-install
@@ -41,7 +41,7 @@ CONFIGURE_perl ?= perl
41
41
INSTALL_perl ?= perl-install
42
42
RUN_perl ?= /bin/true
43
43
44
- VERSION_php ?= 8.1
44
+ VERSION_php ?= 8.2
45
45
CONTAINER_php ?= php:$(VERSION_php ) -cli
46
46
CONFIGURE_php ?= php
47
47
INSTALL_php ?= php-install
@@ -53,7 +53,7 @@ CONFIGURE_python ?= python --config=/usr/local/bin/python3-config
53
53
INSTALL_python ?= python3-install
54
54
RUN_python ?= /bin/true
55
55
56
- VERSION_ruby ?= 3.1
56
+ VERSION_ruby ?= 3.2
57
57
CONTAINER_ruby ?= ruby:$(VERSION_ruby )
58
58
CONFIGURE_ruby ?= ruby
59
59
INSTALL_ruby ?= ruby-install
You can’t perform that action at this time.
0 commit comments