Skip to content

Commit

Permalink
docker deps:(deps): bump cypress/included from 13.7.3 to 13.8.1
Browse files Browse the repository at this point in the history
Bumps cypress/included from 13.7.3 to 13.8.1.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 1, 2024
1 parent e26ef33 commit 2bdacd2
Showing 1 changed file with 1 addition and 1 deletion.
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.7.3
FROM cypress/included:13.8.1
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 2bdacd2

Please sign in to comment.