We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92b4553 commit 0ab07d6Copy full SHA for 0ab07d6
.github/workflows/docker-image.yml
@@ -12,6 +12,11 @@ jobs:
12
steps:
13
- uses: actions/checkout@v3
14
15
+ - name: Run prepare scripts
16
+ run: |
17
+ bash scripts/extract_files.sh 4.2.9
18
+ bash scripts/apply_diffs.sh
19
+
20
- name: Build the base Docker image
21
run: docker build ldap-overleaf-sl --file ldap-overleaf-sl/Dockerfile --tag ldap-overleaf-sl:latest
22
ldap-overleaf-sl/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM sharelatex/sharelatex:4.2
+FROM sharelatex/sharelatex:4.2.9
2
# FROM sharelatex/sharelatex:latest
3
# latest might not be tested
4
# e.g. the AuthenticationManager.js script had to be adapted after versions 2.3.1
0 commit comments