mirror of
https://github.com/louislam/uptime-kuma.git
synced 2026-06-23 04:10:14 +00:00
fix(push): use multi-arch Node base in push image Dockerfile (#7344)
This commit is contained in:
committed by
GitHub
parent
913105f2de
commit
8b27ca67aa
@@ -1,4 +1,4 @@
|
|||||||
FROM node AS build
|
FROM node:22-bookworm-slim AS build
|
||||||
RUN useradd --create-home kuma
|
RUN useradd --create-home kuma
|
||||||
USER kuma
|
USER kuma
|
||||||
WORKDIR /home/kuma
|
WORKDIR /home/kuma
|
||||||
@@ -15,4 +15,3 @@ COPY --from=build /home/kuma/uptime-kuma-push ./uptime-kuma-push
|
|||||||
|
|
||||||
ENTRYPOINT ["/home/kuma/uptime-kuma-push"]
|
ENTRYPOINT ["/home/kuma/uptime-kuma-push"]
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user