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.
8de41dd
7cd385e
1 parent 732560e commit ef49275Copy full SHA for ef49275
gitops-server.dockerfile
@@ -1,5 +1,5 @@
1
# UI build
2
-FROM node:24-bookworm@sha256:8de41dd3ced665c49a1d7a0801f146fc88cd58ce53350fac59e5bd59c9ee8950 AS ui
+FROM node:24-bookworm@sha256:7cd385e17f9d66b2c3ae40597359286073a33266db71b5f01ce2d87db81b52f7 AS ui
3
RUN apt-get update -y && apt-get install -y build-essential python3 g++
4
RUN npm install -g node-gyp
5
RUN mkdir -p /home/app && chown -R node:node /home/app
0 commit comments