Loading
Commits on Source 3
-
Timothy Stone authored
Per Docker Images Versions[1] and Latest version by default[2] update the cypress image to use latest. It's unclear from the history why Cypress is using a version and not latest. Possibly the "tool" exception[3]. However, this appears to be directed at implementation users not TBC directly. Additionally, the core team has never updated this to use latest, but seeing the number of trivy vulnerabilities in the 13.x line, an update to use latest seemed prudent. 1. https://to-be-continuous.gitlab.io/doc/usage/#docker-images-versions 2. https://to-be-continuous.gitlab.io/doc/dev/architecture/#latest-version-by-default 3. https://to-be-continuous.gitlab.io/doc/dev/architecture/#tool-versions-must-be-selected-with-image-tags Fixes: #14
-
Pierre Smeyers authored
feat(template): use latest and update documentation Closes #14 See merge request !59
-
semantic-release-bot authored
# [3.12.0](3.11.2...3.12.0) (2026-01-12) ### Features * **template:** use latest and update documentation ([8d1c8738](8d1c8738)), closes [#14](#14)