We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c776fb commit 0da9586Copy full SHA for 0da9586
2 files changed
test/latest/Dockerfile
@@ -226,7 +226,7 @@ RUN install-tool bun 1.3.8
226
RUN install-tool deno 2.6.8
227
228
# renovate: datasource=github-releases packageName=chainguard-dev/apko
229
-RUN install-tool apko 1.1.5
+RUN install-tool apko 1.1.6
230
231
# renovate: datasource=github-releases packageName=jetify-com/devbox
232
RUN install-tool devbox 0.16.0
test/latest/Dockerfile.arm64
@@ -62,7 +62,7 @@ RUN install-tool deno 2.6.8
62
FROM base AS test-apko
63
64
65
66
67
#--------------------------------------
68
# Image: devbox
0 commit comments