Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
FROM public.ecr.aws/docker/library/debian:bookworm-slim

# change this one to change EDA version
ARG EDA_VERSION=26.4.1
ARG EDA_VERSION=26.8.1

ARG EDA_PLAYGROUND_REPO=nokia-eda/playground
ARG EDA_PLAYGROUND_DIR=/home/vscode/.playground
Expand Down
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Nokia EDA in GitHub Codespaces",
"image": "ghcr.io/eda-labs/codespaces/base:26.4.1-1",
"image": "ghcr.io/eda-labs/codespaces/base:26.8.1-1",
"features": {
"ghcr.io/devcontainers/features/docker-in-docker:2": {
"version": "latest",
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![Codespaces][codespaces-4vcpu-svg]][codespaces-4vcpu-url]
[![Discord][discord-svg]][discord-url]
[Learn more about EDA in Codespaces](https://docs.eda.dev/26.4/getting-started/try-eda/#try-nokia-eda-in-codespaces)
[Learn more about EDA in Codespaces](https://docs.eda.dev/26.8/getting-started/try-eda/#try-nokia-eda-in-codespaces)
<!-- TODO:rdodin: change for tour of eda url for codespaces in the main readme -->

[codespaces-4vcpu-svg]: https://gitlab.com/-/project/7617705/uploads/3f69f403e1371b3b578ee930df8930e8/codespaces-btn-4vcpu-export.svg
Expand Down
Loading