mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-05-31 02:42:34 +02:00
⏫ upgrade to node.js@16.5.0
This commit is contained in:
parent
dce49cf293
commit
cbaf5738e7
2 changed files with 3 additions and 3 deletions
|
@ -1,10 +1,10 @@
|
|||
FROM node:16.4.2-alpine3.14
|
||||
FROM node:16.5.0-alpine3.14
|
||||
WORKDIR /app
|
||||
COPY . .
|
||||
RUN yarn --frozen-lockfile
|
||||
RUN yarn build
|
||||
#
|
||||
FROM node:16.4.2-alpine3.14
|
||||
FROM node:16.5.0-alpine3.14
|
||||
WORKDIR /app
|
||||
VOLUME ["/app/data"]
|
||||
EXPOSE 50013
|
||||
|
|
|
@ -64,6 +64,6 @@
|
|||
}
|
||||
},
|
||||
"volta": {
|
||||
"node": "16.4.2"
|
||||
"node": "16.5.0"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue