Skip to content

Commit

Permalink
[frontend] Cypress Tests: update cypress/included to 14.0.3 (#2072)
Browse files Browse the repository at this point in the history
* update cypress/included to 14.0.3

* update cypress/included to 14.0.3

---------

Co-authored-by: Juliano Costa <[email protected]>
  • Loading branch information
puckpuck and julianocosta89 authored Feb 24, 2025
1 parent b18c0a2 commit cc78299
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
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

0 comments on commit cc78299

Please sign in to comment.