We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fe0acd4 + ffabb9b commit 24169a0Copy full SHA for 24169a0
1 file changed
container/node/Dockerfile
@@ -1,9 +1,11 @@
1
ARG RETICULUM_IMAGE_TAG=local
2
+# renovate: datasource=docker depName=node
3
ARG NODE_VERSION=24.8.0
4
5
FROM node:$NODE_VERSION-alpine AS node_image
6
FROM ghcr.io/code0-tech/reticulum/ci-builds/mise:$RETICULUM_IMAGE_TAG
7
8
9
10
LABEL org.opencontainers.image.version=$NODE_VERSION
11
0 commit comments