Skip to content

Commit cf04679

Browse files
Enzo Desiagemarko-k0
authored andcommitted
Update to the earliest available motoko version available from github.com releases
1 parent adbea6b commit cf04679

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"image": "dfinity/ic-build:f8af654ccaf573181b973dde5ac11d15dedbbe24911bc3d2ee4a79b8a40ae888",
2+
"image": "dfinity/ic-build:b38cc3a226b13bb623cb8fbaa80ec2ca224f84a6107b869837cbbd3b952c6889",
33
"remoteUser": "ubuntu",
44
"runArgs": [
55
"--hostname",

gitlab-ci/config/00--common--images.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
artifacts:
55
expire_in: 3 days
66
image:
7-
name: "registry.gitlab.com/dfinity-lab/core/docker/ic-build-legacy:f8af654ccaf573181b973dde5ac11d15dedbbe24911bc3d2ee4a79b8a40ae888"
7+
name: "registry.gitlab.com/dfinity-lab/core/docker/ic-build-legacy:b38cc3a226b13bb623cb8fbaa80ec2ca224f84a6107b869837cbbd3b952c6889"
88
tags:
99
- dfinity-ic
1010
variables:
@@ -14,7 +14,7 @@
1414
artifacts:
1515
expire_in: 3 days
1616
image:
17-
name: "registry.gitlab.com/dfinity-lab/core/docker/ic-build-legacy:f8af654ccaf573181b973dde5ac11d15dedbbe24911bc3d2ee4a79b8a40ae888"
17+
name: "registry.gitlab.com/dfinity-lab/core/docker/ic-build-legacy:b38cc3a226b13bb623cb8fbaa80ec2ca224f84a6107b869837cbbd3b952c6889"
1818
tags:
1919
- dfinity
2020
- ubuntu
@@ -24,7 +24,7 @@
2424
artifacts:
2525
expire_in: 3 days
2626
image:
27-
name: "registry.gitlab.com/dfinity-lab/core/docker/ic-build:f8af654ccaf573181b973dde5ac11d15dedbbe24911bc3d2ee4a79b8a40ae888"
27+
name: "registry.gitlab.com/dfinity-lab/core/docker/ic-build:b38cc3a226b13bb623cb8fbaa80ec2ca224f84a6107b869837cbbd3b952c6889"
2828
tags:
2929
- dfinity-ic
3030
variables:

gitlab-ci/container/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ RUN export DEBIAN_FRONTEND=noninteractive && ln -snf /usr/share/zoneinfo/$TZ /et
1919
# IC-OS \
2020
python3 python-is-python3 python3-pip fakeroot android-sdk-ext4-utils cryptsetup-bin zstd lsb-release grub-efi-amd64-bin libsystemd-dev faketime dosfstools libselinux-dev mtools lvm2
2121

22-
ARG motoko_version=0.6.2
23-
RUN curl -fsSL https://download.dfinity.systems/motoko/${motoko_version}/x86_64-linux/motoko-${motoko_version}.tar.gz | tar -xz -C /usr/local/bin && chmod +x /usr/local/bin/moc
22+
ARG motoko_version=0.6.3
23+
RUN curl -fsSL https://github.com/dfinity/motoko/releases/download/${motoko_version}/motoko-linux64-${motoko_version}.tar.gz | tar -xz -C /usr/local/bin && chmod +x /usr/local/bin/moc
2424

2525
ARG buildevents_version=0.6.0
2626
RUN curl -fsSL https://github.com/honeycombio/buildevents/releases/download/v${buildevents_version}/buildevents-linux-amd64 -o /usr/bin/buildevents && \

gitlab-ci/container/TAG

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
f8af654ccaf573181b973dde5ac11d15dedbbe24911bc3d2ee4a79b8a40ae888
1+
b38cc3a226b13bb623cb8fbaa80ec2ca224f84a6107b869837cbbd3b952c6889

0 commit comments

Comments
 (0)