Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docker deps:(deps): bump cypress/included from 13.7.3 to 13.8.0 #42

Closed
wants to merge 3 commits into from
Closed
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
16 changes: 16 additions & 0 deletions .changelog/42.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
```release-note:enhancement
ci/dependabot: docker deps:(deps): bump cypress/included from 13.7.3 to 13.8.0

docker deps:(deps): bump cypress/included from 13.7.3 to 13.8.0

Bumps cypress/included from 13.7.3 to 13.8.0.

---
updated-dependencies:
- dependency-name: cypress/included
dependency-type: direct:production
update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
```
2 changes: 1 addition & 1 deletion Dockerfile.test
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ghcr.io/danroux/sk8l-ui:dev AS release

FROM cypress/included:13.7.3
FROM cypress/included:13.8.0
LABEL org.opencontainers.image.source=https://github.com/danroux/sk8l-ui
LABEL org.opencontainers.image.description="sk8l-ui ui-test image"
LABEL org.opencontainers.image.licenses=MIT
Expand Down