Skip to content

Commit b6a74f5

Browse files
Update Container images (open-edge-platform#873)
Signed-off-by: oep-renovate[bot] <212772560+oep-renovate[bot]@users.noreply.github.com> Co-authored-by: oep-renovate[bot] <212772560+oep-renovate[bot]@users.noreply.github.com>
1 parent 0932406 commit b6a74f5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

application/docker/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
##################
22
# Geti UI packages
33
##################
4-
FROM node:24-alpine3.22@sha256:76db75ca7e7da9148ae42c92d9be12d12a8d7b03e171f18339355d8078d644a0 AS geti-ui-packages
4+
FROM node:24-alpine3.22@sha256:4f33c7804fa7775b87875f512e25e515692210bfdeafd715eb8bc441c364e2f6 AS geti-ui-packages
55

66
WORKDIR /home/app/web_ui/
77
RUN apk add --no-cache git=2.49.1-r0
@@ -11,7 +11,7 @@ RUN npm run clone-geti-ui-packages
1111
#############
1212
# Web UI deps
1313
#############
14-
FROM node:24-alpine3.22@sha256:76db75ca7e7da9148ae42c92d9be12d12a8d7b03e171f18339355d8078d644a0 AS web-ui-base
14+
FROM node:24-alpine3.22@sha256:4f33c7804fa7775b87875f512e25e515692210bfdeafd715eb8bc441c364e2f6 AS web-ui-base
1515

1616
WORKDIR /home/app/web_ui/
1717

@@ -37,7 +37,7 @@ RUN npm run build
3737
##########################################
3838
# Base for CPU, GPU and XPU runtime images
3939
##########################################
40-
FROM python:3.13-slim@sha256:8bc60ca09afaa8ea0d6d1220bde073bacfedd66a4bf8129cbdc8ef0e16c8a952 AS runtime-base
40+
FROM python:3.13-slim@sha256:d168b8d9eb761f4d3fe305ebd04aeb7e7f2de0297cec5fb2f8f6403244621664 AS runtime-base
4141
ENV UV_COMPILE_BYTECODE=1
4242
ENV UV_LINK_MODE=copy
4343
# If not limited, uv will use all cores (more than 100 for servers), resulting in No file descriptors available error

0 commit comments

Comments
 (0)