We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d091437 commit 0efa6c5Copy full SHA for 0efa6c5
Dockerfile
@@ -2,7 +2,7 @@
2
# Build the assets that are needed for the frontend. This build stage is then discarded
3
# since we won't need NodeJS anymore in the future. This Docker image ships a final production
4
# level distribution of Pterodactyl.
5
-FROM --platform=$TARGETOS/$TARGETARCH mhart/alpine-node:14
+FROM --platform=$TARGETOS/$TARGETARCH mhart/alpine-node:22
6
WORKDIR /app
7
COPY . ./
8
RUN yarn install --frozen-lockfile \
0 commit comments