mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-23 23:04:04 +00:00
Update docker image base from Node.js 16 to Node.js 18 for Uptime Kuma v1 (#3901)
This commit is contained in:
parent
1c13a75970
commit
4ccf263481
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# DON'T UPDATE TO node:14-bullseye-slim, see #372.
|
# DON'T UPDATE TO bullseye-slim, see #372.
|
||||||
# If the image changed, the second stage image should be changed too
|
# There is no 20-buster-slim for armv7 unfortunately, 18-buster-slim is the last one for Uptime Kuma v1.
|
||||||
FROM node:16-buster-slim
|
FROM node:18-buster-slim
|
||||||
ARG TARGETPLATFORM
|
ARG TARGETPLATFORM
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
Loading…
Reference in a new issue