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 1e6b7b0 commit 913f6f0
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
# 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 --no-cache git
RUN apk add g++ make python3

USER node
ARG APP_HOME=/home/node/srv
WORKDIR $APP_HOME
Expand Down

0 comments on commit 913f6f0

Please sign in to comment.