File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- FROM node:25-alpine@sha256:5209bcaca9836eb3448b650396213dbe9d9a34d31840c2ae1f206cb2986a8543 AS build
1+ FROM node:25-alpine@sha256:cf38e1f3c28ac9d81cdc0c51d8220320b3b618780e44ef96a39f76f7dbfef023 AS build
22
33RUN npm install -g pnpm
44
@@ -12,7 +12,7 @@ COPY client ./client
1212RUN pnpm install --frozen-lockfile
1313RUN pnpm --filter frontend build
1414
15- FROM node:25-alpine@sha256:5209bcaca9836eb3448b650396213dbe9d9a34d31840c2ae1f206cb2986a8543
15+ FROM node:25-alpine@sha256:cf38e1f3c28ac9d81cdc0c51d8220320b3b618780e44ef96a39f76f7dbfef023
1616
1717WORKDIR /app/frontend
1818COPY --from=build /app/node_modules /app/node_modules
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments