Skip to content

Commit

Permalink
update to node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
sadnub committed Nov 11, 2023
1 parent 466725d commit 4ab31a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
version: '3.4'
version: '3.7'

services:
app-dev:
container_name: trmm-app-dev
image: node:16-alpine
image: node:18-alpine
restart: always
command: /bin/sh -c "npm install --cache ~/.npm && npm run serve"
user: 1000:1000
Expand Down

0 comments on commit 4ab31a5

Please sign in to comment.