Skip to content

Commit

Permalink
upgrade deps (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
JannikStreek authored Dec 30, 2023
1 parent 3595636 commit 3e23f40
Show file tree
Hide file tree
Showing 6 changed files with 9,670 additions and 6,318 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18-bullseye-slim as base
FROM node:20-bullseye-slim as base

RUN apt-get update && apt-get install -y make g++ python3
RUN ln -sf /usr/bin/python3 /usr/bin/python
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:
excalidraw-storage-backend:
build:
context: .
target: production
target: development
tty: true
stdin_open: true
ports:
Expand All @@ -14,7 +14,7 @@ services:
volumes:
- .:/home/node/app
postgres:
image: postgres:12-alpine
image: postgres:15-alpine
# Pass config parameters to the postgres server.
# Find more information below when you need to generate the ssl-relevant file your self
# command: -c ssl=on -c ssl_cert_file=/var/lib/postgresql/server.crt -c ssl_key_file=/var/lib/postgresql/server.key
Expand Down
Loading

0 comments on commit 3e23f40

Please sign in to comment.