Skip to content

Commit 3ad97cf

Browse files
chore(deps): update ui dependencies (#861)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3fd9191 commit 3ad97cf

2 files changed

Lines changed: 475 additions & 441 deletions

File tree

ui/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:24@sha256:00e9195ebd49985a6da8921f419978d85dfe354589755192dc090425ce4da2f7 AS build
1+
FROM node:24@sha256:bb20cf73b3ad7212834ec48e2174cdcb5775f6550510a5336b842ae32741ce6c AS build
22
WORKDIR /app
33
COPY package.json yarn.lock ./
44
RUN yarn install --frozen-lockfile
@@ -7,7 +7,7 @@ ARG API_BASE_URL
77
ENV VITE_API_BASE_URL=$API_BASE_URL
88
RUN yarn build
99

10-
FROM nginx:stable-alpine@sha256:15e96e59aa3b0aada3a121296e3bce117721f42d88f5f64217ef4b18f458c6ab
10+
FROM nginx:stable-alpine@sha256:a8b39bd9cf0f83869a2162827a0caf6137ddf759d50a171451b335cecc87d236
1111
WORKDIR /usr/share/nginx/html
1212
COPY default.conf /etc/nginx/conf.d/default.conf
1313
RUN rm -rf ./*

0 commit comments

Comments
 (0)