Skip to content

Commit

Permalink
Update development environment
Browse files Browse the repository at this point in the history
  • Loading branch information
martenrichter committed Jul 9, 2023
1 parent 5e0bd4f commit 10f5e63
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"type": "lldb",
"request": "launch",
"name": "Launch Program",
"preLaunchTask": "npm: build-debug",
/* "preLaunchTask": "npm: build-debug",*/
"program": "/usr/local/bin/node",
"args": ["node_modules/.bin/_mocha",
"test/bidirectional-streams.spec.js"
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax = docker/dockerfile:1.2
FROM node:16-bullseye
FROM node:18-bullseye

ARG ENV

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.development
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax = docker/dockerfile:1.2
FROM node:16-bullseye
FROM node:18-bullseye

ARG ENV

Expand Down

0 comments on commit 10f5e63

Please sign in to comment.