Skip to content

Commit

Permalink
docker:(deps): bump cypress/included from 13.8.1 to 13.9.0 (#67)
Browse files Browse the repository at this point in the history
* 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] <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and dependabot[bot] authored May 9, 2024
1 parent dcfe848 commit 0649b98
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
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] <[email protected]>
```
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

0 comments on commit 0649b98

Please sign in to comment.