Skip to content

Commit

Permalink
meta: upgrade node
Browse files Browse the repository at this point in the history
  • Loading branch information
vanthome committed Feb 13, 2023
1 parent e5937ea commit 80002bd
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
# syntax = docker/dockerfile:experimental

### Base
FROM node:18.2.0-alpine as base
FROM node:18.14.0-alpine as base
ENV NO_UPDATE_NOTIFIER=true
RUN npm install -g npm
RUN npm install -g typescript

RUN apk add g++ make python3

USER node
Expand Down

0 comments on commit 80002bd

Please sign in to comment.