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 5ee7ec3 commit 7ced4dbCopy full SHA for 7ced4db
layers/relay/Dockerfile
@@ -3,7 +3,7 @@ ARG PHP_VERSION
3
ARG BREF_VERSION
4
FROM bref/build-php-$PHP_VERSION:2 AS ext
5
6
-ARG RELAY_VERSION=0.6.0
+ARG RELAY_VERSION=0.6.8
7
8
# Docs: https://relay.so/docs/1.x/installation#manual-installation
9
layers/relay/config.json
@@ -2,6 +2,7 @@
2
"php": [
"80",
"81",
- "82"
+ "82",
+ "83"
]
}
0 commit comments