update default sharelatex version
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Jan-Henrik 2022-12-29 23:05:20 +01:00
parent 2e40b204d1
commit ad60ddbae3
2 changed files with 2 additions and 2 deletions

View file

@ -7,5 +7,5 @@ steps:
- name: build
image: docker:latest
commands:
- docker build
- docker build .

View file

@ -1,4 +1,4 @@
ARG BASE=docker.io/sharelatex/sharelatex:3.0.1
ARG BASE=docker.io/sharelatex/sharelatex:3.3.2
ARG TEXLIVE_IMAGE=registry.gitlab.com/islandoftex/images/texlive:latest
FROM $TEXLIVE_IMAGE as texlive