Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a1a0f39

Browse files
committedMar 6, 2025
Update dependencies
1 parent 68a9518 commit a1a0f39

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
FROM node:23.5-alpine3.21
1+
FROM node:23.9-alpine3.21
22

3-
RUN npm install --global pnpm@^9.15.1
3+
RUN npm install --global pnpm@^10.6.0
44

55
WORKDIR /api
66
COPY package.json pnpm-lock.yaml .

‎compose.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ services:
2323
postgres:
2424
environment:
2525
POSTGRES_PASSWORD: postgres
26-
image: postgres:17.2-alpine3.21
26+
image: postgres:17.4-alpine3.21
2727
networks:
2828
- squiglink
2929
ports:

0 commit comments

Comments
 (0)