Skip to content

Commit 842b862

Browse files
authored
Merge pull request #1258 from dfinity/vivienne-bump-devcontainer
chore: update devcontainer to dfx 0.29.0
2 parents 23e4da0 + 5c30fd8 commit 842b862

File tree

24 files changed

+25
-24
lines changed

24 files changed

+25
-24
lines changed

.github/workflows/ninja_pr_checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
needs: check-ninja-example-changes
9191
if: needs.check-ninja-example-changes.outputs.has_examples == 'true'
9292
runs-on: ubuntu-24.04
93-
container: ghcr.io/dfinity/icp-dev-env-slim:17
93+
container: ghcr.io/dfinity/icp-dev-env-slim:21
9494
strategy:
9595
fail-fast: false
9696
matrix: ${{ fromJson(needs.check-ninja-example-changes.outputs.matrix) }}
@@ -102,7 +102,7 @@ jobs:
102102
- name: Install dfx # This is a temporary workaround. Dfx is already installed in the container, but it does not start in the next step if we don't install it here again.
103103
uses: dfinity/setup-dfx@main
104104
with:
105-
dfx-version: "0.27.0"
105+
dfx-version: "0.29.0"
106106

107107
- name: Start dfx and build project
108108
working-directory: ${{ matrix.example.path }}

hosting/my_crypto_blog/.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ICP Dev Environment",
3-
"image": "ghcr.io/dfinity/icp-dev-env-slim:17",
3+
"image": "ghcr.io/dfinity/icp-dev-env-slim:21",
44
"forwardPorts": [4943, 5173],
55
"portsAttributes": {
66
"4943": {

hosting/react/.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ICP Dev Environment",
3-
"image": "ghcr.io/dfinity/icp-dev-env-slim:17",
3+
"image": "ghcr.io/dfinity/icp-dev-env-slim:21",
44
"forwardPorts": [4943, 5173],
55
"portsAttributes": {
66
"4943": {

motoko/backend_only/.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ICP Dev Environment",
3-
"image": "ghcr.io/dfinity/icp-dev-env-slim:17",
3+
"image": "ghcr.io/dfinity/icp-dev-env-slim:21",
44
"forwardPorts": [4943, 5173],
55
"portsAttributes": {
66
"4943": {

motoko/daily_planner/.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ICP Dev Environment",
3-
"image": "ghcr.io/dfinity/icp-dev-env-slim:17",
3+
"image": "ghcr.io/dfinity/icp-dev-env-slim:21",
44
"forwardPorts": [4943, 5173],
55
"portsAttributes": {
66
"4943": {

motoko/daily_planner/backend/app.mo

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ persistent actor DailyPlanner {
138138
function = transform;
139139
context = Blob.fromArray([]);
140140
};
141+
is_replicated = ?true;
141142
};
142143

143144
// Perform HTTPS outcall using roughly 100B cycles.

motoko/evm_block_explorer/.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ICP Dev Environment",
3-
"image": "ghcr.io/dfinity/icp-dev-env-slim:17",
3+
"image": "ghcr.io/dfinity/icp-dev-env-slim:21",
44
"forwardPorts": [4943, 5173],
55
"portsAttributes": {
66
"4943": {

motoko/filevault/.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ICP Dev Environment",
3-
"image": "ghcr.io/dfinity/icp-dev-env-slim:17",
3+
"image": "ghcr.io/dfinity/icp-dev-env-slim:21",
44
"forwardPorts": [4943, 5173],
55
"portsAttributes": {
66
"4943": {

motoko/flying_ninja/.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ICP Dev Environment",
3-
"image": "ghcr.io/dfinity/icp-dev-env-slim:17",
3+
"image": "ghcr.io/dfinity/icp-dev-env-slim:21",
44
"forwardPorts": [4943, 5173],
55
"portsAttributes": {
66
"4943": {

motoko/hello_world/.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ICP Dev Environment",
3-
"image": "ghcr.io/dfinity/icp-dev-env-slim:17",
3+
"image": "ghcr.io/dfinity/icp-dev-env-slim:21",
44
"forwardPorts": [4943, 5173],
55
"portsAttributes": {
66
"4943": {

0 commit comments

Comments
 (0)