chore(deps): Node.js 16 -> Node.js 18

This commit is contained in:
rusconn
2023-05-28 23:30:58 +00:00
parent 91ecaa756f
commit ec38217c4c
6 changed files with 9 additions and 9 deletions

View File

@@ -1,4 +1,4 @@
FROM dev-toys-web-dev:1.0.0
FROM dev-toys-web-dev:2.0.0
RUN apt-get update \
&& apt-get install --no-install-recommends -y git ca-certificates fish \

View File

@@ -2,7 +2,7 @@ version: "3.9"
services:
app:
image: xxx/dev-toys-web-dev:1.0.0
image: xxx/dev-toys-web-dev:2.0.0
build:
context: .devcontainer
command: sleep infinity