Skip to content

Commit aba26e6

Browse files
chore(deps): update frontend (#254)
Co-authored-by: upgrade-bot-9000[bot] <241389380+upgrade-bot-9000[bot]@users.noreply.github.com>
1 parent eeda996 commit aba26e6

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

frontend/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:25-alpine@sha256:5209bcaca9836eb3448b650396213dbe9d9a34d31840c2ae1f206cb2986a8543 AS build
1+
FROM node:25-alpine@sha256:cf38e1f3c28ac9d81cdc0c51d8220320b3b618780e44ef96a39f76f7dbfef023 AS build
22

33
RUN npm install -g pnpm
44

@@ -12,7 +12,7 @@ COPY client ./client
1212
RUN pnpm install --frozen-lockfile
1313
RUN pnpm --filter frontend build
1414

15-
FROM node:25-alpine@sha256:5209bcaca9836eb3448b650396213dbe9d9a34d31840c2ae1f206cb2986a8543
15+
FROM node:25-alpine@sha256:cf38e1f3c28ac9d81cdc0c51d8220320b3b618780e44ef96a39f76f7dbfef023
1616

1717
WORKDIR /app/frontend
1818
COPY --from=build /app/node_modules /app/node_modules

pnpm-workspace.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ catalog:
3535
prettier-plugin-svelte: ^3.5.1
3636
prettier-plugin-tailwindcss: ^0.7.2
3737
runed: ^0.37.1
38-
svelte: 5.54.0
38+
svelte: 5.55.0
3939
svelte-check: ^4.4.5
4040
svelte-maplibre-gl: ^1.0.3
4141
tailwindcss: ^4.2.2

0 commit comments

Comments
 (0)