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 b1a3fd2 commit b542ca3Copy full SHA for b542ca3
.env
@@ -13,6 +13,7 @@ GO_VERSION=1.17.8
13
HELM_VERSION=3.8.1
14
HTTPIE_VERSION=2.6.0
15
JAVA_VERSION=17.0.2
16
+PERL_VERSION=5.34.1
17
PHP_VERSION=8.1.3
18
PROTOC_VERSION=3.9.1
19
PROTOC_ARCH=${DEFAULT_ARCH}
docker-compose.yml
@@ -99,6 +99,9 @@ services:
99
npx:
100
<<: *node
101
entrypoint: [ "npx" ]
102
+ perl:
103
+ image: perl:${PERL_VERSION}
104
+ entrypoint: [ "perl" ]
105
php:
106
image: "php:${PHP_VERSION}"
107
protoc:
0 commit comments