Skip to content

Commit 73c8f51

Browse files
committed
update to latest
1 parent 87b529a commit 73c8f51

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// This file was automatically generated with PreTeXt 2.22.0.
1+
// This file was automatically generated with PreTeXt 2.23.0.
22
// If you modify this file, PreTeXt will no longer automatically update it.
33
//
44
//////////////////////////////////////////////////////////////
@@ -13,7 +13,7 @@
1313
//
1414
///////////////////////////////////////////////////////////////
1515
{
16-
"image": "oscarlevin/pretext-full",
16+
"image": "oscarlevin/pretext-full", // uses latest image from https://hub.docker.com/r/oscarlevin/pretext-full/tags
1717
// If you don't need sagemath, you can use a smaller base image. Comment out the line above and uncomment the line below to use a smaller image.
1818
// "image": "oscarlevin/pretext",
1919
"features": {"ghcr.io/devcontainers/features/github-cli": {}},

.devcontainer/installPandoc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22

3-
# This file was automatically generated with PreTeXt 2.22.0.
3+
# This file was automatically generated with PreTeXt 2.23.0.
44
# If you modify this file, PreTeXt will no longer automatically update it.
55

66
wget https://github.com/jgm/pandoc/releases/download/3.6.4/pandoc-3.6.4-1-amd64.deb -O pandoc.deb

.devcontainer/installSage.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22

3-
# This file was automatically generated with PreTeXt 2.22.0.
3+
# This file was automatically generated with PreTeXt 2.23.0.
44
# If you modify this file, PreTeXt will no longer automatically update it.
55

66
# Conda should already be installed in the codespace. We need to add the conda-forge channel

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# This file was automatically generated with PreTeXt 2.22.0.
1+
# This file was automatically generated with PreTeXt 2.23.0.
22
# If you modify this file, PreTeXt will no longer automatically update it.
33
#
44
# Boilerplate list of files in a PreTeXt project for git to ignore

0 commit comments

Comments
 (0)