Skip to content

Commit

Permalink
use pandoc/latex:latest-ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
wu-kan authored Dec 11, 2024
1 parent 0baa797 commit 4335b67
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
@@ -1,4 +1,4 @@
FROM pandoc/latex
FROM pandoc/latex:latest-ubuntu

# Install additional packages & fonts
RUN apt-get update -y \
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
# The type of runner that the job will run on
runs-on: ubuntu-latest
container:
image: pandoc/latex
image: pandoc/latex:latest-ubuntu

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
Expand Down

0 comments on commit 4335b67

Please sign in to comment.