Skip to content

Commit 2beeb81

Browse files
committed
Docker: bumped language versions.
1 parent bd64caa commit 2beeb81

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkg/docker/Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ CONFIGURE_minimal ?=
1717
INSTALL_minimal ?= version
1818
RUN_minimal ?= /bin/true
1919

20-
VERSION_go ?= 1.19
20+
VERSION_go ?= 1.20
2121
CONTAINER_go ?= golang:$(VERSION_go)
2222
CONFIGURE_go ?= go --go-path=$$GOPATH
2323
INSTALL_go ?= go-install-src libunit-install
@@ -41,7 +41,7 @@ CONFIGURE_perl ?= perl
4141
INSTALL_perl ?= perl-install
4242
RUN_perl ?= /bin/true
4343

44-
VERSION_php ?= 8.1
44+
VERSION_php ?= 8.2
4545
CONTAINER_php ?= php:$(VERSION_php)-cli
4646
CONFIGURE_php ?= php
4747
INSTALL_php ?= php-install
@@ -53,7 +53,7 @@ CONFIGURE_python ?= python --config=/usr/local/bin/python3-config
5353
INSTALL_python ?= python3-install
5454
RUN_python ?= /bin/true
5555

56-
VERSION_ruby ?= 3.1
56+
VERSION_ruby ?= 3.2
5757
CONTAINER_ruby ?= ruby:$(VERSION_ruby)
5858
CONFIGURE_ruby ?= ruby
5959
INSTALL_ruby ?= ruby-install

0 commit comments

Comments
 (0)