Skip to content

Commit ffe15b8

Browse files
test(deps): update dependency deno to v2.7.6 (main) (#6230)
test(deps): update dependency deno to v2.7.6 Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 28fbd99 commit ffe15b8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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.10
5353
RUN install-tool dart 3.11.2
5454

5555
# renovate: datasource=github-releases packageName=denoland/deno
56-
RUN install-tool deno 2.7.5
56+
RUN install-tool deno 2.7.6
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.10
224224

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

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

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.10
5454
FROM base AS test-deno
5555

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

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

0 commit comments

Comments
 (0)