Skip to content

Commit

Permalink
updated Dockerfile and docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Iamabotlel committed Jul 30, 2024
1 parent 8c5719a commit 41e24c7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# dev env
FROM node:18-buster
FROM node:20.15-buster

RUN apt-get update && apt-get install -y python3 make g++

Expand Down
2 changes: 0 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: "3.3"

services:
app:
build: .
Expand Down

0 comments on commit 41e24c7

Please sign in to comment.