Skip to content

Commit a112aaf

Browse files
committed
Upgrade frontend node image to 18.13-bullseye
1 parent 77409aa commit a112aaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ services:
1515
command: sh -c "cd /src/frontend && npm install && npm start"
1616
depends_on:
1717
- expungeservice
18-
image: node:13.13.0-alpine
18+
image: node:18.13-bullseye
1919
ports:
2020
- "3000:3000"
2121
volumes:

0 commit comments

Comments
 (0)