Skip to content

Commit 0efa6c5

Browse files
committed
Update Dockerfile
1 parent d091437 commit 0efa6c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Build the assets that are needed for the frontend. This build stage is then discarded
33
# since we won't need NodeJS anymore in the future. This Docker image ships a final production
44
# level distribution of Pterodactyl.
5-
FROM --platform=$TARGETOS/$TARGETARCH mhart/alpine-node:14
5+
FROM --platform=$TARGETOS/$TARGETARCH mhart/alpine-node:22
66
WORKDIR /app
77
COPY . ./
88
RUN yarn install --frozen-lockfile \

0 commit comments

Comments
 (0)