diff --git a/Dockerfile b/Dockerfile index db5de89..ac62316 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ WORKDIR /src RUN apt-get update && \ apt-get install -y git-lfs && \ - git clone -b improvements https://github.com/husarion/foxglove-docker . && \ + git clone -b studio https://github.com/husarion/foxglove-docker . && \ git lfs pull RUN corepack enable