@@ -1,4 +1,4 @@
|
||||
FROM node:12-buster-slim
|
||||
FROM --platform=$TARGETOS/$TARGETARCH node:12-buster-slim
|
||||
|
||||
LABEL author="Michael Parker" maintainer="parker@pterodactyl.io"
|
||||
|
||||
|
@@ -1,4 +1,4 @@
|
||||
FROM node:14-buster-slim
|
||||
FROM --platform=$TARGETOS/$TARGETARCH node:14-buster-slim
|
||||
|
||||
LABEL author="Michael Parker" maintainer="parker@pterodactyl.io"
|
||||
|
||||
|
@@ -1,4 +1,4 @@
|
||||
FROM node:15-buster-slim
|
||||
FROM --platform=$TARGETOS/$TARGETARCH node:15-buster-slim
|
||||
|
||||
LABEL author="Michael Parker" maintainer="parker@pterodactyl.io"
|
||||
|
||||
|
@@ -1,4 +1,4 @@
|
||||
FROM node:16-buster-slim
|
||||
FROM --platform=$TARGETOS/$TARGETARCH node:16-buster-slim
|
||||
|
||||
LABEL author="Michael Parker" maintainer="parker@pterodactyl.io"
|
||||
|
||||
|
@@ -1,4 +1,4 @@
|
||||
FROM node:17-buster-slim
|
||||
FROM --platform=$TARGETOS/$TARGETARCH node:17-buster-slim
|
||||
|
||||
LABEL author="Michael Parker" maintainer="parker@pterodactyl.io"
|
||||
|
||||
|
Reference in New Issue
Block a user