Merge pull request #309 from pelican-eggs/uptimekuma

Bump: nodejs version
This commit is contained in:
Michael (Parker) Parker
2025-06-09 08:53:12 -04:00
committed by GitHub

View File

@@ -1,4 +1,4 @@
FROM --platform=$TARGETOS/$TARGETARCH node:18-alpine
FROM --platform=$TARGETOS/$TARGETARCH node:22-alpine
LABEL author="Torsten Widmann" maintainer="info@goover.de"
LABEL org.opencontainers.image.source="https://github.com/gOOvER/own-pterodactyl-images"
@@ -59,4 +59,4 @@ STOPSIGNAL SIGINT
COPY --chown=container:container ./entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
ENTRYPOINT ["/sbin/tini", "-g", "--"]
CMD ["/entrypoint.sh"]
CMD ["/entrypoint.sh"]