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
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ the release.

## Unreleased

* [frontend] Cypress tests base image updated to 14.0.3
([#2072](https://github.com/open-telemetry/opentelemetry-demo/pull/2072))

## 2.0.0

* [grafana] Update grafana to 11.3.0
Expand Down
2 changes: 1 addition & 1 deletion src/frontend/Dockerfile.cypress
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM cypress/included:10.3.1-typescript
FROM cypress/included:14.0.3
WORKDIR /app
COPY ./src/frontend .
RUN npm clean-install
Expand Down
Loading