Skip to content

Commit

Permalink
test(deps): update dependency devbox to v0.13.7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 6, 2024
1 parent b0f3bce commit 78d05bd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/Dockerfile.distro
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ RUN install-tool bun 1.1.38
RUN install-tool dart 3.5.4

# renovate: datasource=github-releases packageName=jetify-com/devbox
RUN install-tool devbox 0.13.6
RUN install-tool devbox 0.13.7

# renovate: datasource=github-releases packageName=moby/moby
RUN install-tool docker v27.3.1
Expand Down
2 changes: 1 addition & 1 deletion test/latest/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ RUN install-tool bazelisk v1.24.1
RUN install-tool bun 1.1.38

# renovate: datasource=github-releases packageName=jetify-com/devbox
RUN install-tool devbox 0.13.6
RUN install-tool devbox 0.13.7

# renovate: datasource=github-releases packageName=gleam-lang/gleam
RUN install-tool gleam 1.6.3
Expand Down
2 changes: 1 addition & 1 deletion test/latest/Dockerfile.arm64
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ RUN install-tool bun 1.1.38
FROM base AS test-devbox

# renovate: datasource=github-releases packageName=jetify-com/devbox
RUN install-tool devbox 0.13.6
RUN install-tool devbox 0.13.7

#--------------------------------------
# Image: gleam
Expand Down

0 comments on commit 78d05bd

Please sign in to comment.