We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b542ca3 commit 683de2bCopy full SHA for 683de2b
.env
@@ -13,6 +13,8 @@ GO_VERSION=1.17.8
13
HELM_VERSION=3.8.1
14
HTTPIE_VERSION=2.6.0
15
JAVA_VERSION=17.0.2
16
+LUA_IMAGE=nickblah/lua
17
+LUA_VERSION=5.4.3
18
PERL_VERSION=5.34.1
19
PHP_VERSION=8.1.3
20
PROTOC_VERSION=3.9.1
docker-compose.yml
@@ -86,6 +86,9 @@ services:
86
entrypoint: [ "java" ]
87
jq:
88
image: stedolan/jq
89
+ lua:
90
+ image: "${LUA_IMAGE}:${LUA_VERSION}"
91
+ entrypoint: [ "lua" ]
92
node:
93
&node
94
image: "node:${NODE_VERSION}"
0 commit comments