mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-06-01 11:22: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
|
WORKDIR /app
|
||||||
COPY . .
|
COPY . .
|
||||||
RUN yarn --frozen-lockfile
|
RUN yarn --frozen-lockfile
|
||||||
RUN yarn build
|
RUN yarn build
|
||||||
#
|
#
|
||||||
FROM node:16.4.2-alpine3.14
|
FROM node:16.5.0-alpine3.14
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
VOLUME ["/app/data"]
|
VOLUME ["/app/data"]
|
||||||
EXPOSE 50013
|
EXPOSE 50013
|
||||||
|
|
|
@ -64,6 +64,6 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"volta": {
|
"volta": {
|
||||||
"node": "16.4.2"
|
"node": "16.5.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue