File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
contrib/debian-julia-python3 Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 9
9
elif [[ "$${ARCH}" == "aarch64" ]]; then
10
10
ROOTFS_HASH="dcf39d10ba43bf13c75d5031c3a88f125780033b"
11
11
fi
12
- for JULIA_VERSION in 1.6 nightly; do
12
+ for JULIA_VERSION in 1.7 nightly; do
13
13
for LOCAL_SANDBOX in true false; do
14
14
buildkite-agent pipeline upload .buildkite/test_sandbox.yml
15
15
done
Original file line number Diff line number Diff line change 15
15
fail-fast : false
16
16
matrix :
17
17
julia-version :
18
- - " 1.6 "
18
+ - " 1.7 "
19
19
- " 1"
20
20
- " nightly"
21
21
julia-arch :
55
55
- uses : actions/checkout@v2
56
56
- uses : julia-actions/setup-julia@v1
57
57
with :
58
- version : " ^1.6 .0-0"
58
+ version : " ^1.7 .0-0"
59
59
- name : Cache artifacts
60
60
uses : actions/cache@v2
61
61
env :
Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ UserNSSandbox_jll = "b88861f7-1d72-59dd-91e7-a8cc876a4984"
20
20
Preferences = " 1.2.5"
21
21
Scratch = " 1"
22
22
Tar_jll = " 1.34.0"
23
- UserNSSandbox_jll = " 2023.3.27 "
24
- julia = " 1.6 "
23
+ UserNSSandbox_jll = " 2023.8.8 "
24
+ julia = " 1.7 "
25
25
26
26
[extras ]
27
27
Downloads = " f43a241f-c20a-4ad4-852c-f6b1247861c6"
Original file line number Diff line number Diff line change 1
1
# This is an example of how to create a rootfs image from a Dockerfile
2
2
# Build this with `julia --project contrib/build_docker_images.jl debian-julia-python3`
3
- ARG JULIA_VERSION=1.6
3
+ ARG JULIA_VERSION=1.7
4
4
FROM julia:${JULIA_VERSION} as julia_container
5
5
6
6
# Our base image will be debian
You can’t perform that action at this time.
0 commit comments