mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-14 20:40:17 -05:00
[CE] Rename base image to OVERLEAF_BASE_TAG
SHARELATEX_BASE_TAG was renamed to OVERLEAF_BASE_TAG in the cloudbuild files in https://github.com/overleaf/internal/pull/16823, but the docker image was never updated. GitOrigin-RevId: 8690623addafd5d76ffb310c863abbbf72dbb938
This commit is contained in:
parent
56bf2b6605
commit
2833a8ce61
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@
|
|||
# Overleaf Community Edition (overleaf/overleaf)
|
||||
# ---------------------------------------------
|
||||
|
||||
ARG SHARELATEX_BASE_TAG=sharelatex/sharelatex-base:latest
|
||||
FROM $SHARELATEX_BASE_TAG
|
||||
ARG OVERLEAF_BASE_TAG=sharelatex/sharelatex-base:latest
|
||||
FROM $OVERLEAF_BASE_TAG
|
||||
|
||||
WORKDIR /overleaf
|
||||
|
||||
|
|
Loading…
Reference in a new issue