summary refs log tree commit diff
path: root/docker/Dockerfile
diff options
context:
space:
mode:
authorJason Robinson <jasonr@matrix.org>2022-04-20 16:40:40 +0300
committerJason Robinson <jasonr@matrix.org>2022-04-20 16:40:40 +0300
commit66d6953effefc4d6bb87f77fe202aa867472375f (patch)
tree449a607806f2ff9b6615df4736a5e7a526435bb6 /docker/Dockerfile
parentImplement MSC2815: allow room moderators to view redacted event content (#12427) (diff)
downloadsynapse-jaywink/build-test.tar.xz
Set # syntax=docker/dockerfile:experimental github/jaywink/build-test jaywink/build-test
For buildkit in some environments.

Signed-off-by: Jason Robinson <jasonr@matrix.org>
Diffstat (limited to '')
-rw-r--r--docker/Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile
index 6f87702cc8..575f9be861 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -1,3 +1,4 @@
+# syntax=docker/dockerfile:experimental
 # Dockerfile to build the matrixdotorg/synapse docker images.
 #
 # Note that it uses features which are only available in BuildKit - see