Skip to content

Commit

Permalink
chore(deps): Bump local docker compose node version
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotcourant committed Apr 19, 2024
1 parent 6dd9e3c commit 6e19c00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compose/docker-compose.monetr.yaml.in
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ services:
# The UI will be run inside a container as well. However if you are having trouble getting it to work make sure you
# do `pnpm install` before doing docker compose up.
tty: true # Color output.
image: node:18.10.0-buster
image: node:18.12.0-buster
user: "${UID:-0}:${GID:-0}"
working_dir: /build
restart: always
Expand Down

0 comments on commit 6e19c00

Please sign in to comment.