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): bump cypress/included from 13.8.1 to 13.9.0 #67

Merged
merged 2 commits into from
May 9, 2024
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
16 changes: 16 additions & 0 deletions .changelog/67.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
```release-note:enhancement
ci/dependabot: docker:(deps): bump cypress/included from 13.8.1 to 13.9.0

docker:(deps): bump cypress/included from 13.8.1 to 13.9.0

Bumps cypress/included from 13.8.1 to 13.9.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,7 +1,7 @@
ARG UI_TEST_IMAGE_TAG=dev
FROM ghcr.io/danroux/sk8l-ui:${UI_TEST_IMAGE_TAG} AS release

FROM cypress/included:13.8.1
FROM cypress/included:13.9.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
Loading