Skip to content

Commit

Permalink
docker:(deps): bump cypress/included from 13.11.0 to 13.12.0
Browse files Browse the repository at this point in the history
Bumps cypress/included from 13.11.0 to 13.12.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>
  • Loading branch information
dependabot[bot] authored Jun 19, 2024
1 parent dbef33d commit 7ed74eb
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.11.0
FROM cypress/included:13.12.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 7ed74eb

Please sign in to comment.