Skip to content

Commit f562b76

Browse files
authored
Bump devcontainer image to 22 (#1262)
1 parent 91d9685 commit f562b76

File tree

31 files changed

+32
-32
lines changed

31 files changed

+32
-32
lines changed

.github/workflows/ninja_pr_checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
needs: check-ninja-example-changes
9898
if: needs.check-ninja-example-changes.outputs.has_examples == 'true'
9999
runs-on: ubuntu-24.04
100-
container: ghcr.io/dfinity/icp-dev-env-slim:21
100+
container: ghcr.io/dfinity/icp-dev-env-slim:22
101101
strategy:
102102
fail-fast: false
103103
matrix: ${{ fromJson(needs.check-ninja-example-changes.outputs.matrix) }}

NINJA_CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Ideally, your project should have a frontend and backend.
1313
* `/hosting` for a frontend-only project
1414

1515
### Compilation requirements
16-
* Make sure the project compiles and runs with `dfx deploy` inside the `ghcr.io/dfinity/icp-dev-env-slim` container.
16+
* Make sure the project compiles and runs with `dfx deploy` inside the `ghcr.io/dfinity/icp-dev-env-slim:22` container.
1717
* Make sure there are no custom scripts for building or running the project, as ICP Ninja has no terminal!
1818
* Make sure `npm run dev` works and the canister can be called through the browser (if applicable, this is if users download the project and run it locally).
1919
* Make sure II login works (if applicable).

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:21",
3+
"image": "ghcr.io/dfinity/icp-dev-env-slim:22",
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:21",
3+
"image": "ghcr.io/dfinity/icp-dev-env-slim:22",
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:21",
3+
"image": "ghcr.io/dfinity/icp-dev-env-slim:22",
44
"forwardPorts": [4943, 5173],
55
"portsAttributes": {
66
"4943": {

motoko/basic_bitcoin/.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:21",
3+
"image": "ghcr.io/dfinity/icp-dev-env-slim:22",
44
"forwardPorts": [4943, 5173],
55
"portsAttributes": {
66
"4943": {

motoko/canister_logs/.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:21",
3+
"image": "ghcr.io/dfinity/icp-dev-env-slim:22",
44
"forwardPorts": [4943, 5173],
55
"portsAttributes": {
66
"4943": {

motoko/classes/.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:21",
3+
"image": "ghcr.io/dfinity/icp-dev-env-slim:22",
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:21",
3+
"image": "ghcr.io/dfinity/icp-dev-env-slim:22",
44
"forwardPorts": [4943, 5173],
55
"portsAttributes": {
66
"4943": {

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:21",
3+
"image": "ghcr.io/dfinity/icp-dev-env-slim:22",
44
"forwardPorts": [4943, 5173],
55
"portsAttributes": {
66
"4943": {

0 commit comments

Comments
 (0)