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.
2 parents 5ee7ec3 + 8e7a462 commit 7b30edeCopy full SHA for 7b30ede
layers/tideways/Dockerfile
@@ -3,7 +3,7 @@ ARG PHP_VERSION
3
ARG BREF_VERSION
4
FROM bref/build-php-$PHP_VERSION:$BREF_VERSION AS ext
5
6
-ARG TIDEWAYS_VERSION=5.5.14
+ARG TIDEWAYS_VERSION=5.6.6
7
# Versions: https://tideways.com/profiler/downloads
8
# Docs: https://app.tideways.io/o/Bref/Bref-Tideways/installation
9
layers/tideways/config.json
@@ -2,6 +2,7 @@
2
"php": [
"80",
"81",
- "82"
+ "82",
+ "83"
]
}
0 commit comments