1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-27 15:41:45 +01:00

Update cypress/included Docker tag to v12.5.1 (#2034)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2023-02-03 08:38:28 -08:00
committed by GitHub
parent 4ea19f97da
commit 5e1b532f52

View File

@@ -1,4 +1,4 @@
FROM cypress/included:12.5.0
FROM cypress/included:12.5.1
RUN apt update && apt install curl -y && curl -f https://get.pnpm.io/v6.16.js | node - add --global pnpm