Parcourir la source

chore: update docker branch to latest release for "Try it first" (#3500)

chore: update docker branch for "Try it first"
Philipp Bokatius il y a 2 ans
Parent
commit
bc420500e5
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      utils/docker/Dockerfile.remote

+ 1 - 1
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