Skip to content

Commit 2ae4e6d

Browse files
chore(deps): update infrastructure updates
1 parent ea4dc79 commit 2ae4e6d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

backend/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build
2-
FROM node:22.21.1-slim AS build
2+
FROM node:24.11.1-slim AS build
33

44
# Copy, build static files; see .dockerignore for exclusions
55
WORKDIR /app
@@ -8,7 +8,7 @@ ENV PRISMA_CLI_BINARY_TARGETS=debian-openssl-3.0.x
88
RUN npm run deploy
99

1010
# Dependencies
11-
FROM node:22.21.1-slim AS dependencies
11+
FROM node:24.11.1-slim AS dependencies
1212

1313
# Copy, build static files; see .dockerignore for exclusions
1414
WORKDIR /app

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ x-postgres-vars: &postgres-vars
1818

1919
services:
2020
database:
21-
image: postgis/postgis:16-3.4 # if using crunchy , make sure to align with crunchy version, currently it is at 16 and postgis 3.3
21+
image: postgis/postgis:17-3.4 # if using crunchy , make sure to align with crunchy version, currently it is at 16 and postgis 3.3
2222
container_name: database
2323
environment:
2424
<<: *postgres-vars
@@ -42,7 +42,7 @@ services:
4242
condition: service_healthy
4343

4444
schemaspy:
45-
image: schemaspy/schemaspy:6.2.4
45+
image: schemaspy/schemaspy:7.0.2
4646
profiles: ["schemaspy"]
4747
container_name: schemaspy
4848
command: -t pgsql11 -db postgres -host database -port 5432 -u postgres -p default -schemas users

frontend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build
2-
FROM node:22-slim AS build
2+
FROM node:24-slim AS build
33

44
# Copy, build static files; see .dockerignore for exclusions
55
WORKDIR /app

0 commit comments

Comments
 (0)