Skip to content

Commit

Permalink
Upgrade frontend node image to 18.13-bullseye
Browse files Browse the repository at this point in the history
  • Loading branch information
monocle committed Jan 15, 2023
1 parent 77409aa commit a112aaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ services:
command: sh -c "cd /src/frontend && npm install && npm start"
depends_on:
- expungeservice
image: node:13.13.0-alpine
image: node:18.13-bullseye
ports:
- "3000:3000"
volumes:
Expand Down

0 comments on commit a112aaf

Please sign in to comment.