Skip to content

Commit 1e660ca

Browse files
committed
update Julia and Pluto
1 parent 3594114 commit 1e660ca

File tree

4 files changed

+252
-105
lines changed

4 files changed

+252
-105
lines changed

.github/workflows/ExportNotebooks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Install Julia
3030
uses: julia-actions/setup-julia@v1
3131
with:
32-
version: 1.6.0
32+
version: 1.7.2
3333
- name: Run Pluto notebooks
3434
run: julia --project=pluto-deployment-environment -e '
3535
import Pkg;

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
# -fonsi
99

10-
FROM julia:1.6.0
10+
FROM julia:1.7.2
1111

1212
# HTTP port
1313
EXPOSE 1234

0 commit comments

Comments
 (0)