Skip to content

Commit 38910e4

Browse files
test(deps): update dependency deno to v2.7.10 (main) (#6328)
test(deps): update dependency deno to v2.7.10 Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ff96702 commit 38910e4

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

test/Dockerfile.distro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ RUN install-tool bun 1.3.11
5353
RUN install-tool dart 3.11.2
5454

5555
# renovate: datasource=github-releases packageName=denoland/deno
56-
RUN install-tool deno 2.7.9
56+
RUN install-tool deno 2.7.10
5757

5858
# renovate: datasource=github-releases packageName=jetify-com/devbox
5959
RUN install-tool devbox 0.17.0

test/latest/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ RUN install-tool bazelisk v1.28.1
223223
RUN install-tool bun 1.3.11
224224

225225
# renovate: datasource=github-releases packageName=denoland/deno
226-
RUN install-tool deno 2.7.9
226+
RUN install-tool deno 2.7.10
227227

228228
# renovate: datasource=github-releases packageName=chainguard-dev/apko
229229
RUN install-tool apko 1.2.0

test/latest/Dockerfile.arm64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ RUN install-tool bun 1.3.11
5454
FROM base AS test-deno
5555

5656
# renovate: datasource=github-releases packageName=denoland/deno
57-
RUN install-tool deno 2.7.9
57+
RUN install-tool deno 2.7.10
5858

5959
#--------------------------------------
6060
# Image: apko

0 commit comments

Comments
 (0)