diff --git a/Dockerfile b/Dockerfile index efeb472..6b75b82 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG SYNAPSE_VERSION=1.84.0rc1 +ARG SYNAPSE_VERSION=1.85.0rc2 ARG HARDENED_MALLOC_VERSION=11 ARG UID=991 ARG GID=991 diff --git a/Synapse-Docker.code-workspace b/Synapse-Docker.code-workspace new file mode 100644 index 0000000..876a149 --- /dev/null +++ b/Synapse-Docker.code-workspace @@ -0,0 +1,8 @@ +{ + "folders": [ + { + "path": "." + } + ], + "settings": {} +} \ No newline at end of file