Skip to content

Commit c4e772f

Browse files
chore(deps): bump node from d1db2ec to 4b383ce (#5109)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f4002ce commit c4e772f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gitops-server.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# UI build
2-
FROM node:24-bookworm@sha256:d1db2ecd11f417ab2ff4fef891b4d27194c367d101f9b9cd546a26e424e93d31 AS ui
2+
FROM node:24-bookworm@sha256:4b383ce285ed2556aa05a01c76305405a3fecd410af56e2d47a039c59bdc2f04 AS ui
33
RUN apt-get update -y && apt-get install -y build-essential python3 g++
44
RUN npm install -g node-gyp
55
RUN mkdir -p /home/app && chown -R node:node /home/app

0 commit comments

Comments
 (0)