Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@@ -1,4 +1,4 @@
-FROM node:20.8-alpine3.18
+FROM node:20.9-alpine3.18
WORKDIR /usr/src/app
COPY --chown=node:node package*.json ./
@@ -73,7 +73,7 @@
"maplibre-gl": "^3.6.0",
"socket.io-client": "^4.6.1",
"svelte-loading-spinners": "^0.3.4",
- "svelte-local-storage-store": "^0.5.0",
+ "svelte-local-storage-store": "^0.6.0",
"svelte-maplibre": "^0.7.0",
"thumbhash": "^0.1.1"
}
@@ -5,7 +5,7 @@ const upstream = {
target: process.env.IMMICH_SERVER_URL || 'http://immich-server:3001/',
secure: true,
changeOrigin: true,
- logLevel: 'debug',
+ logLevel: 'info',
ws: true,
};