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