summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorPhilipp Bokatius <[email protected]>2022-11-18 20:43:35 +0100
committerGitHub <[email protected]>2022-11-18 14:43:35 -0500
commitbc420500e5422c4976bf1710a1809288bf1ae8b4 (patch)
tree148bca3d5d2fdccb7197428e3d92228c64eca15d /utils
parenta8957a9d363650aba87392b4a144617d08ca96f7 (diff)
chore: update docker branch to latest release for "Try it first" (#3500)
chore: update docker branch for "Try it first"
Diffstat (limited to 'utils')
-rw-r--r--utils/docker/Dockerfile.remote2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/docker/Dockerfile.remote b/utils/docker/Dockerfile.remote
index 179a5a42..e6f811ec 100644
--- a/utils/docker/Dockerfile.remote
+++ b/utils/docker/Dockerfile.remote
@@ -4,7 +4,7 @@
FROM ubuntu:latest
# Build argument to point to correct branch on GitHub
-ARG LV_BRANCH=rolling
+ARG LV_BRANCH=release-1.2/neovim-0.8
# Set environment correctly
ENV DEBIAN_FRONTEND=noninteractive