diff options
author | Konstantin Pavlov <thresh@nginx.com> | 2022-12-07 18:31:48 -0800 |
---|---|---|
committer | Konstantin Pavlov <thresh@nginx.com> | 2022-12-07 18:31:48 -0800 |
commit | 9f6d7c7ccd61ee4230d6be550a5123bb0f39b7ba (patch) | |
tree | d36bd402d14c0377c925fda924feb8770e1ed1bb | |
parent | 6313cffd26bf88009a871361f3da56444def0288 (diff) | |
download | unit-9f6d7c7ccd61ee4230d6be550a5123bb0f39b7ba.tar.gz unit-9f6d7c7ccd61ee4230d6be550a5123bb0f39b7ba.tar.bz2 |
Docker: bumped language versions.
-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 03723d1d..b08e885f 100644 --- a/pkg/docker/Makefile +++ b/pkg/docker/Makefile @@ -34,7 +34,7 @@ CONFIGURE_jsc ?= java --jars=/usr/share/unit-jsc-common/ INSTALL_jsc ?= java-shared-install java-install COPY_jsc = COPY --from=BUILDER /usr/share/unit-jsc-common/ /usr/share/unit-jsc-common/ -VERSION_node ?= 16 +VERSION_node ?= 18 CONTAINER_node ?= node:$(VERSION_node) CONFIGURE_node ?= nodejs --node-gyp=/usr/local/lib/node_modules/npm/bin/node-gyp-bin/node-gyp INSTALL_node ?= node node-install libunit-install @@ -56,7 +56,7 @@ CONFIGURE_php ?= php INSTALL_php ?= php-install COPY_php = RUN ldconfig -VERSION_python ?= 3.10 +VERSION_python ?= 3.11 CONTAINER_python ?= python:$(VERSION_python) CONFIGURE_python ?= python --config=/usr/local/bin/python3-config INSTALL_python ?= python3-install |