Skip to content

Commit

Permalink
correct docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
felix-kaestner committed Apr 7, 2021
1 parent 722091a commit 0aec256
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"ltex.additionalRules.enablePickyRules": true,
"ltex.checkFrequency": "edit",
"latex-workshop.docker.enabled": true,
"latex-workshop.docker.image.latex": "kaestner/latex:edge",
"latex-workshop.docker.image.latex": "kaestner/latex",
"latex-workshop.latex.autoBuild.run": "never"
}
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ARG USER_ID=1000
ARG USER_NAME=latex
ARG USER_HOME=/home/latex
ARG USER_GECOS=LaTeX
ARG BASE_IMAGE=kaestner/latex:edge
ARG BASE_IMAGE=kaestner/latex

FROM ${BASE_IMAGE} as latex

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ DIR:=$(shell sh -c "pwd")
USER_ID:=$(shell sh -c "id -u")
USER_NAME:=$(shell sh -c "id -u -n")
USER_HOME:=/home/latex
BASE_IMAGE:=kaestner/latex:edge
BASE_IMAGE:=kaestner/latex
DOCKER_IMAGE:=kaestner/output-app

.PHONY: all
Expand Down

0 comments on commit 0aec256

Please sign in to comment.