Skip to content

Commit

Permalink
deps: update dev container to latest docker template
Browse files Browse the repository at this point in the history
  • Loading branch information
hegerdes authored Oct 7, 2023
1 parent b33ad82 commit a050062
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# [Choice] Version: bullseye-[slim|full], focal-[slim|full], alpine
# For bullseye and focal also language specific version exist. Use bullseye-<LANG>, focal-<LANG>
# LANG: [all, arabic, chinese, cjk, cyrillic, czechslovak, english, european, french, german, greek, italian, japanese, korean, other, polish, portuguese, spanish]
ARG VARIANT="bullseye"
ARG VARIANT="bookworm"
FROM hegerdes/vscode-latex:${VARIANT}

ARG USERNAME=latex
Expand Down
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"build": {
"dockerfile": "Dockerfile",
// Update 'VARIANT' to pick an Debian version: buster, bullseye, bionic, focal
"args": { "VARIANT": "buster", "USERNAME": "latex"}
"args": { "VARIANT": "bookworm", "USERNAME": "latex"}
},

// Set *default* container specific settings.json values on container create.
Expand Down

0 comments on commit a050062

Please sign in to comment.