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.
1 parent 4526da1 commit 2902466Copy full SHA for 2902466
1 file changed
Dockerfile
@@ -19,7 +19,7 @@ WORKDIR /usr/src/app
19
ADD backend /usr/src/app
20
RUN npm ci && npm run build
21
22
-FROM registry.access.redhat.com/ubi9/nodejs-22-minimal:9.8-1777531918
+FROM registry.access.redhat.com/ubi9/nodejs-22-minimal:9.8-1779828907
23
ARG APP_DIR
24
ENV SRVDIR="${APP_DIR}"
25
LABEL io.cryostat.component=console-plugin
0 commit comments