Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion latest/Dockerfile.amd64
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM ghcr.io/dockhippie/minecraft-vanilla:1.21.11-amd64@sha256:71fb8caa5ffdcf3c08087d2a18835a5e5e1b3914f481e126fb34951b70875970 AS build
FROM ghcr.io/dockhippie/minecraft-vanilla:1.21.11-amd64@sha256:3fafa02c92d34763e1d2717a2ec3364bb4bfdfc26e24e9d2b814bfbd606db41d AS build

EXPOSE 25565 25575

ENV NEOFORGE_VERSION 21.11.17-beta

Check warning on line 5 in latest/Dockerfile.amd64

View workflow job for this annotation

GitHub Actions / docker (amd64, linux/amd64)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
ENV NEOFORGE_URL https://maven.neoforged.net/releases/net/neoforged/neoforge/${NEOFORGE_VERSION}/neoforge-${NEOFORGE_VERSION}-installer.jar

Check warning on line 6 in latest/Dockerfile.amd64

View workflow job for this annotation

GitHub Actions / docker (amd64, linux/amd64)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

RUN apt-get update && \
apt-get upgrade -y && \
Expand Down
2 changes: 1 addition & 1 deletion latest/Dockerfile.arm64
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM ghcr.io/dockhippie/minecraft-vanilla:1.21.11-arm64@sha256:45d66242ed73d90231df190e0fe140d2c359e00e0945d633e96b4c3f51329a54 AS build
FROM ghcr.io/dockhippie/minecraft-vanilla:1.21.11-arm64@sha256:887717f9e1647da4d69f485e7d7df2134aaa4b40c2e6a8b1a9064770e561e0bf AS build

EXPOSE 25565 25575

ENV NEOFORGE_VERSION 21.11.17-beta

Check warning on line 5 in latest/Dockerfile.arm64

View workflow job for this annotation

GitHub Actions / docker (arm64, linux/arm64)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
ENV NEOFORGE_URL https://maven.neoforged.net/releases/net/neoforged/neoforge/${NEOFORGE_VERSION}/neoforge-${NEOFORGE_VERSION}-installer.jar

Check warning on line 6 in latest/Dockerfile.arm64

View workflow job for this annotation

GitHub Actions / docker (arm64, linux/arm64)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

RUN apt-get update && \
apt-get upgrade -y && \
Expand Down
2 changes: 1 addition & 1 deletion v20.2/Dockerfile.amd64
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM ghcr.io/dockhippie/minecraft-vanilla:1.20.2-amd64@sha256:9d001d277c89027c4671eaa670afc592957526976ed644fd0e4b130dc8c138f0 AS build
FROM ghcr.io/dockhippie/minecraft-vanilla:1.20.2-amd64@sha256:0a3e13195c0f6f5241bfb23b1c991bec2cf8abf0d6655d1421172a7ddcf0484b AS build

EXPOSE 25565 25575

ENV NEOFORGE_VERSION 20.2.86

Check warning on line 5 in v20.2/Dockerfile.amd64

View workflow job for this annotation

GitHub Actions / docker (amd64, linux/amd64)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
ENV NEOFORGE_URL https://maven.neoforged.net/releases/net/neoforged/neoforge/${NEOFORGE_VERSION}/neoforge-${NEOFORGE_VERSION}-installer.jar

Check warning on line 6 in v20.2/Dockerfile.amd64

View workflow job for this annotation

GitHub Actions / docker (amd64, linux/amd64)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

RUN apt-get update && \
apt-get upgrade -y && \
Expand Down
2 changes: 1 addition & 1 deletion v20.2/Dockerfile.arm64
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM ghcr.io/dockhippie/minecraft-vanilla:1.20.2-arm64@sha256:ed83db2bacbbf7fc0ccc82fc73d66c8be3a55f87f38d76334a67b1f8be30ce60 AS build
FROM ghcr.io/dockhippie/minecraft-vanilla:1.20.2-arm64@sha256:3bd74c13fedc65330f7b0f1fd0011479f06efc575739c08a8b26119b84454246 AS build

EXPOSE 25565 25575

ENV NEOFORGE_VERSION 20.2.86

Check warning on line 5 in v20.2/Dockerfile.arm64

View workflow job for this annotation

GitHub Actions / docker (arm64, linux/arm64)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
ENV NEOFORGE_URL https://maven.neoforged.net/releases/net/neoforged/neoforge/${NEOFORGE_VERSION}/neoforge-${NEOFORGE_VERSION}-installer.jar

Check warning on line 6 in v20.2/Dockerfile.arm64

View workflow job for this annotation

GitHub Actions / docker (arm64, linux/arm64)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

RUN apt-get update && \
apt-get upgrade -y && \
Expand Down
2 changes: 1 addition & 1 deletion v20.3/Dockerfile.amd64
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM ghcr.io/dockhippie/minecraft-vanilla:1.20.3-amd64@sha256:52e74a06180a20feff55079740c4778c7d2d1dbebf0cb65f9c00fb68857e821c AS build
FROM ghcr.io/dockhippie/minecraft-vanilla:1.20.3-amd64@sha256:9511e534b35bb00ff53283d667d2e44dd97c18af3b1367c6c0f4adfda2912508 AS build

EXPOSE 25565 25575

ENV NEOFORGE_VERSION 20.3.8-beta

Check warning on line 5 in v20.3/Dockerfile.amd64

View workflow job for this annotation

GitHub Actions / docker (amd64, linux/amd64)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
ENV NEOFORGE_URL https://maven.neoforged.net/releases/net/neoforged/neoforge/${NEOFORGE_VERSION}/neoforge-${NEOFORGE_VERSION}-installer.jar

Check warning on line 6 in v20.3/Dockerfile.amd64

View workflow job for this annotation

GitHub Actions / docker (amd64, linux/amd64)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

RUN apt-get update && \
apt-get upgrade -y && \
Expand Down
2 changes: 1 addition & 1 deletion v20.3/Dockerfile.arm64
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM ghcr.io/dockhippie/minecraft-vanilla:1.20.3-arm64@sha256:e33e62e6f28fe1a0355eee2dcc081aa7ea078a120ae84f470ff663b3f9841cae AS build
FROM ghcr.io/dockhippie/minecraft-vanilla:1.20.3-arm64@sha256:a4e307168827d4098d25b55ee26bbe0cc43020f3a5d2593c81478b5168ae2996 AS build

EXPOSE 25565 25575

ENV NEOFORGE_VERSION 20.3.8-beta

Check warning on line 5 in v20.3/Dockerfile.arm64

View workflow job for this annotation

GitHub Actions / docker (arm64, linux/arm64)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
ENV NEOFORGE_URL https://maven.neoforged.net/releases/net/neoforged/neoforge/${NEOFORGE_VERSION}/neoforge-${NEOFORGE_VERSION}-installer.jar

Check warning on line 6 in v20.3/Dockerfile.arm64

View workflow job for this annotation

GitHub Actions / docker (arm64, linux/arm64)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

RUN apt-get update && \
apt-get upgrade -y && \
Expand Down
2 changes: 1 addition & 1 deletion v20.4/Dockerfile.amd64
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM ghcr.io/dockhippie/minecraft-vanilla:1.20.4-amd64@sha256:695bf12e283b3a0ccd7ce9963fea88c339a1e3b9d43d8298f9637dfef5bf5bef AS build
FROM ghcr.io/dockhippie/minecraft-vanilla:1.20.4-amd64@sha256:3b32f5cee792f2fba191dd1662428eab8e549537a07a11b5196bacc2b6523146 AS build

EXPOSE 25565 25575

ENV NEOFORGE_VERSION 20.4.251

Check warning on line 5 in v20.4/Dockerfile.amd64

View workflow job for this annotation

GitHub Actions / docker (amd64, linux/amd64)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
ENV NEOFORGE_URL https://maven.neoforged.net/releases/net/neoforged/neoforge/${NEOFORGE_VERSION}/neoforge-${NEOFORGE_VERSION}-installer.jar

Check warning on line 6 in v20.4/Dockerfile.amd64

View workflow job for this annotation

GitHub Actions / docker (amd64, linux/amd64)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

RUN apt-get update && \
apt-get upgrade -y && \
Expand Down
2 changes: 1 addition & 1 deletion v20.4/Dockerfile.arm64
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM ghcr.io/dockhippie/minecraft-vanilla:1.20.4-arm64@sha256:0d07b874b99b26493a339941e0fe7a6abde8bbde7a566b89001a717e9fd922f4 AS build
FROM ghcr.io/dockhippie/minecraft-vanilla:1.20.4-arm64@sha256:7daa20d98e4223647b014bd41273ad5b2275b52d08b48182decbbe118b0589c5 AS build

EXPOSE 25565 25575

ENV NEOFORGE_VERSION 20.4.251

Check warning on line 5 in v20.4/Dockerfile.arm64

View workflow job for this annotation

GitHub Actions / docker (arm64, linux/arm64)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
ENV NEOFORGE_URL https://maven.neoforged.net/releases/net/neoforged/neoforge/${NEOFORGE_VERSION}/neoforge-${NEOFORGE_VERSION}-installer.jar

Check warning on line 6 in v20.4/Dockerfile.arm64

View workflow job for this annotation

GitHub Actions / docker (arm64, linux/arm64)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

RUN apt-get update && \
apt-get upgrade -y && \
Expand Down
2 changes: 1 addition & 1 deletion v20.5/Dockerfile.amd64
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM ghcr.io/dockhippie/minecraft-vanilla:1.20.5-amd64@sha256:3bcebeb4b6fcef39b12ebb44750d05baad88908dbd4a8d171d73d4d06aad824d AS build
FROM ghcr.io/dockhippie/minecraft-vanilla:1.20.5-amd64@sha256:224ecc81d70e925ca67f8884c1e17bd4a376e81d7a33020edd753255a0e8d2c9 AS build

EXPOSE 25565 25575

ENV NEOFORGE_VERSION 20.5.21-beta

Check warning on line 5 in v20.5/Dockerfile.amd64

View workflow job for this annotation

GitHub Actions / docker (amd64, linux/amd64)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
ENV NEOFORGE_URL https://maven.neoforged.net/releases/net/neoforged/neoforge/${NEOFORGE_VERSION}/neoforge-${NEOFORGE_VERSION}-installer.jar

Check warning on line 6 in v20.5/Dockerfile.amd64

View workflow job for this annotation

GitHub Actions / docker (amd64, linux/amd64)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

RUN apt-get update && \
apt-get upgrade -y && \
Expand Down
2 changes: 1 addition & 1 deletion v20.5/Dockerfile.arm64
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM ghcr.io/dockhippie/minecraft-vanilla:1.20.5-arm64@sha256:e0481b8ad2671b400abd4a2f11ba0b1463005756e320bd52df614ec9897e7adc AS build
FROM ghcr.io/dockhippie/minecraft-vanilla:1.20.5-arm64@sha256:84ddf11eed9b1d39463c26b3425ae4535974e56736bb2b7fd2020ec7b187067f AS build

EXPOSE 25565 25575

ENV NEOFORGE_VERSION 20.5.21-beta

Check warning on line 5 in v20.5/Dockerfile.arm64

View workflow job for this annotation

GitHub Actions / docker (arm64, linux/arm64)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
ENV NEOFORGE_URL https://maven.neoforged.net/releases/net/neoforged/neoforge/${NEOFORGE_VERSION}/neoforge-${NEOFORGE_VERSION}-installer.jar

Check warning on line 6 in v20.5/Dockerfile.arm64

View workflow job for this annotation

GitHub Actions / docker (arm64, linux/arm64)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

RUN apt-get update && \
apt-get upgrade -y && \
Expand Down
2 changes: 1 addition & 1 deletion v20.6/Dockerfile.amd64
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM ghcr.io/dockhippie/minecraft-vanilla:1.20.6-amd64@sha256:6d985b0647843bac89ea91d9a8ad3ad3e42ac0be2868df34d9736c979c99f098 AS build
FROM ghcr.io/dockhippie/minecraft-vanilla:1.20.6-amd64@sha256:bca89dfb6ac01c91bc919de251bf3a369e9d5d8f32bc54ba4ac557c85daaa45d AS build

EXPOSE 25565 25575

ENV NEOFORGE_VERSION 20.6.139

Check warning on line 5 in v20.6/Dockerfile.amd64

View workflow job for this annotation

GitHub Actions / docker (amd64, linux/amd64)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
ENV NEOFORGE_URL https://maven.neoforged.net/releases/net/neoforged/neoforge/${NEOFORGE_VERSION}/neoforge-${NEOFORGE_VERSION}-installer.jar

Check warning on line 6 in v20.6/Dockerfile.amd64

View workflow job for this annotation

GitHub Actions / docker (amd64, linux/amd64)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

RUN apt-get update && \
apt-get upgrade -y && \
Expand Down
2 changes: 1 addition & 1 deletion v20.6/Dockerfile.arm64
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM ghcr.io/dockhippie/minecraft-vanilla:1.20.6-arm64@sha256:f8c8cdc110c0a8fa74061c12e6b48ce9f0a05ef37f832c7ce133176a3b6d0de6 AS build
FROM ghcr.io/dockhippie/minecraft-vanilla:1.20.6-arm64@sha256:be5e87fd84735b6ec6fbca5aed138f3b4f5670ebae9f211fd3d576ec2d3b5844 AS build

EXPOSE 25565 25575

ENV NEOFORGE_VERSION 20.6.139

Check warning on line 5 in v20.6/Dockerfile.arm64

View workflow job for this annotation

GitHub Actions / docker (arm64, linux/arm64)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
ENV NEOFORGE_URL https://maven.neoforged.net/releases/net/neoforged/neoforge/${NEOFORGE_VERSION}/neoforge-${NEOFORGE_VERSION}-installer.jar

Check warning on line 6 in v20.6/Dockerfile.arm64

View workflow job for this annotation

GitHub Actions / docker (arm64, linux/arm64)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

RUN apt-get update && \
apt-get upgrade -y && \
Expand Down
2 changes: 1 addition & 1 deletion v21.0/Dockerfile.amd64
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM ghcr.io/dockhippie/minecraft-vanilla:1.21-amd64@sha256:397905e961f0bfeaf5797c6490e971a7e629461cfe5ff66742ebea76bc3918ea AS build
FROM ghcr.io/dockhippie/minecraft-vanilla:1.21-amd64@sha256:4c0ff73cf5296b947d661153c9786d21b5452681a303d180d4dde4aeab29ae2c AS build

EXPOSE 25565 25575

ENV NEOFORGE_VERSION 21.0.167

Check warning on line 5 in v21.0/Dockerfile.amd64

View workflow job for this annotation

GitHub Actions / docker (amd64, linux/amd64)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
ENV NEOFORGE_URL https://maven.neoforged.net/releases/net/neoforged/neoforge/${NEOFORGE_VERSION}/neoforge-${NEOFORGE_VERSION}-installer.jar

Check warning on line 6 in v21.0/Dockerfile.amd64

View workflow job for this annotation

GitHub Actions / docker (amd64, linux/amd64)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

RUN apt-get update && \
apt-get upgrade -y && \
Expand Down
2 changes: 1 addition & 1 deletion v21.0/Dockerfile.arm64
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM ghcr.io/dockhippie/minecraft-vanilla:1.21-arm64@sha256:21c6d978dfcb358e77de09b37403b1f6e724e90d3a0551996192850080b27a63 AS build
FROM ghcr.io/dockhippie/minecraft-vanilla:1.21-arm64@sha256:dbae3f7459e5bc0fef6f01af7d4b12ff88ea5c1a8c22db7ea2b0d5fba37bae04 AS build

EXPOSE 25565 25575

ENV NEOFORGE_VERSION 21.0.167

Check warning on line 5 in v21.0/Dockerfile.arm64

View workflow job for this annotation

GitHub Actions / docker (arm64, linux/arm64)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
ENV NEOFORGE_URL https://maven.neoforged.net/releases/net/neoforged/neoforge/${NEOFORGE_VERSION}/neoforge-${NEOFORGE_VERSION}-installer.jar

Check warning on line 6 in v21.0/Dockerfile.arm64

View workflow job for this annotation

GitHub Actions / docker (arm64, linux/arm64)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

RUN apt-get update && \
apt-get upgrade -y && \
Expand Down
2 changes: 1 addition & 1 deletion v21.1/Dockerfile.amd64
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM ghcr.io/dockhippie/minecraft-vanilla:1.21.1-amd64@sha256:c9dda85d05b82567e9f2beedd0232c85e30acc5fe4a263ebd3ff254adb42f0ef AS build
FROM ghcr.io/dockhippie/minecraft-vanilla:1.21.1-amd64@sha256:604cd879baa2791f24a0e09d3210f196579e6429243dd41a8a2f08b7d14b5a7b AS build

EXPOSE 25565 25575

ENV NEOFORGE_VERSION 21.1.217

Check warning on line 5 in v21.1/Dockerfile.amd64

View workflow job for this annotation

GitHub Actions / docker (amd64, linux/amd64)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
ENV NEOFORGE_URL https://maven.neoforged.net/releases/net/neoforged/neoforge/${NEOFORGE_VERSION}/neoforge-${NEOFORGE_VERSION}-installer.jar

Check warning on line 6 in v21.1/Dockerfile.amd64

View workflow job for this annotation

GitHub Actions / docker (amd64, linux/amd64)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

RUN apt-get update && \
apt-get upgrade -y && \
Expand Down
2 changes: 1 addition & 1 deletion v21.1/Dockerfile.arm64
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM ghcr.io/dockhippie/minecraft-vanilla:1.21.1-arm64@sha256:0cff1e4e7767b87d7170f5cb83770b564e9997c0ccc62392382223b09b856f65 AS build
FROM ghcr.io/dockhippie/minecraft-vanilla:1.21.1-arm64@sha256:85f18b9828f1c196e0a608c95c66e76f659d715665ff9a0bfd8e490f62c58118 AS build

EXPOSE 25565 25575

ENV NEOFORGE_VERSION 21.1.217

Check warning on line 5 in v21.1/Dockerfile.arm64

View workflow job for this annotation

GitHub Actions / docker (arm64, linux/arm64)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
ENV NEOFORGE_URL https://maven.neoforged.net/releases/net/neoforged/neoforge/${NEOFORGE_VERSION}/neoforge-${NEOFORGE_VERSION}-installer.jar

Check warning on line 6 in v21.1/Dockerfile.arm64

View workflow job for this annotation

GitHub Actions / docker (arm64, linux/arm64)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

RUN apt-get update && \
apt-get upgrade -y && \
Expand Down
2 changes: 1 addition & 1 deletion v21.10/Dockerfile.amd64
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM ghcr.io/dockhippie/minecraft-vanilla:1.21.10-amd64@sha256:db4d6b7d24bc97e7ad333c0e99c9336abb34c432e30a3d74426382fba658fc52 AS build
FROM ghcr.io/dockhippie/minecraft-vanilla:1.21.10-amd64@sha256:8892471f78846e5b61e3e4e0c414a54bd475a7fe222161e432b0b31828d9090d AS build

EXPOSE 25565 25575

ENV NEOFORGE_VERSION 21.10.64

Check warning on line 5 in v21.10/Dockerfile.amd64

View workflow job for this annotation

GitHub Actions / docker (amd64, linux/amd64)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
ENV NEOFORGE_URL https://maven.neoforged.net/releases/net/neoforged/neoforge/${NEOFORGE_VERSION}/neoforge-${NEOFORGE_VERSION}-installer.jar

Check warning on line 6 in v21.10/Dockerfile.amd64

View workflow job for this annotation

GitHub Actions / docker (amd64, linux/amd64)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

RUN apt-get update && \
apt-get upgrade -y && \
Expand Down
2 changes: 1 addition & 1 deletion v21.10/Dockerfile.arm64
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM ghcr.io/dockhippie/minecraft-vanilla:1.21.10-arm64@sha256:f8980e62e687f590ca974f1cb577b6327d8b1d7fb2bb441d884eb10fba443e70 AS build
FROM ghcr.io/dockhippie/minecraft-vanilla:1.21.10-arm64@sha256:6c8906875ab34eceb15e008af59662eec5289b8e6ca891a14db3fd8c275b33f9 AS build

EXPOSE 25565 25575

ENV NEOFORGE_VERSION 21.10.64

Check warning on line 5 in v21.10/Dockerfile.arm64

View workflow job for this annotation

GitHub Actions / docker (arm64, linux/arm64)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
ENV NEOFORGE_URL https://maven.neoforged.net/releases/net/neoforged/neoforge/${NEOFORGE_VERSION}/neoforge-${NEOFORGE_VERSION}-installer.jar

Check warning on line 6 in v21.10/Dockerfile.arm64

View workflow job for this annotation

GitHub Actions / docker (arm64, linux/arm64)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

RUN apt-get update && \
apt-get upgrade -y && \
Expand Down
2 changes: 1 addition & 1 deletion v21.11/Dockerfile.amd64
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/dockhippie/minecraft-vanilla:1.21.11-amd64@sha256:71fb8caa5ffdcf3c08087d2a18835a5e5e1b3914f481e126fb34951b70875970 AS build
FROM ghcr.io/dockhippie/minecraft-vanilla:1.21.11-amd64@sha256:3fafa02c92d34763e1d2717a2ec3364bb4bfdfc26e24e9d2b814bfbd606db41d AS build

EXPOSE 25565 25575

Expand Down
2 changes: 1 addition & 1 deletion v21.11/Dockerfile.arm64
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM ghcr.io/dockhippie/minecraft-vanilla:1.21.11-arm64@sha256:45d66242ed73d90231df190e0fe140d2c359e00e0945d633e96b4c3f51329a54 AS build
FROM ghcr.io/dockhippie/minecraft-vanilla:1.21.11-arm64@sha256:887717f9e1647da4d69f485e7d7df2134aaa4b40c2e6a8b1a9064770e561e0bf AS build

EXPOSE 25565 25575

ENV NEOFORGE_VERSION 21.11.17-beta

Check warning on line 5 in v21.11/Dockerfile.arm64

View workflow job for this annotation

GitHub Actions / docker (arm64, linux/arm64)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
ENV NEOFORGE_URL https://maven.neoforged.net/releases/net/neoforged/neoforge/${NEOFORGE_VERSION}/neoforge-${NEOFORGE_VERSION}-installer.jar

Check warning on line 6 in v21.11/Dockerfile.arm64

View workflow job for this annotation

GitHub Actions / docker (arm64, linux/arm64)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

RUN apt-get update && \
apt-get upgrade -y && \
Expand Down
2 changes: 1 addition & 1 deletion v21.2/Dockerfile.amd64
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM ghcr.io/dockhippie/minecraft-vanilla:1.21.2-amd64@sha256:1209a125bb2d0e57ad48ceb060fc3273cde9b71d740009a60c784ebd9af1e0ed AS build
FROM ghcr.io/dockhippie/minecraft-vanilla:1.21.2-amd64@sha256:d606c5066dbbfa1a692ef726836e60ed9630287a28ef90772c197ff3c1151844 AS build

EXPOSE 25565 25575

ENV NEOFORGE_VERSION 21.2.1-beta

Check warning on line 5 in v21.2/Dockerfile.amd64

View workflow job for this annotation

GitHub Actions / docker (amd64, linux/amd64)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
ENV NEOFORGE_URL https://maven.neoforged.net/releases/net/neoforged/neoforge/${NEOFORGE_VERSION}/neoforge-${NEOFORGE_VERSION}-installer.jar

Check warning on line 6 in v21.2/Dockerfile.amd64

View workflow job for this annotation

GitHub Actions / docker (amd64, linux/amd64)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

RUN apt-get update && \
apt-get upgrade -y && \
Expand Down
2 changes: 1 addition & 1 deletion v21.2/Dockerfile.arm64
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM ghcr.io/dockhippie/minecraft-vanilla:1.21.2-arm64@sha256:360e38f5ebcf8c3ea12baf15a1f0e41aa5de55ccfb603edce4e0c7d4ece53bd7 AS build
FROM ghcr.io/dockhippie/minecraft-vanilla:1.21.2-arm64@sha256:6fbb18d24238b15538d9db9a7b4d8cbddea3bc61c680b104bcdbb29698a750b5 AS build

EXPOSE 25565 25575

ENV NEOFORGE_VERSION 21.2.1-beta

Check warning on line 5 in v21.2/Dockerfile.arm64

View workflow job for this annotation

GitHub Actions / docker (arm64, linux/arm64)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
ENV NEOFORGE_URL https://maven.neoforged.net/releases/net/neoforged/neoforge/${NEOFORGE_VERSION}/neoforge-${NEOFORGE_VERSION}-installer.jar

Check warning on line 6 in v21.2/Dockerfile.arm64

View workflow job for this annotation

GitHub Actions / docker (arm64, linux/arm64)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

RUN apt-get update && \
apt-get upgrade -y && \
Expand Down
2 changes: 1 addition & 1 deletion v21.3/Dockerfile.amd64
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM ghcr.io/dockhippie/minecraft-vanilla:1.21.3-amd64@sha256:0621454638dbeb95e190c4b46b01de96cf0fda9ab3fa710e5646923562ddb584 AS build
FROM ghcr.io/dockhippie/minecraft-vanilla:1.21.3-amd64@sha256:4d45fa79af26486b3dcae7c975ff272c3a1c079cfc559694ba6feb0d0e472e80 AS build

EXPOSE 25565 25575

ENV NEOFORGE_VERSION 21.3.95

Check warning on line 5 in v21.3/Dockerfile.amd64

View workflow job for this annotation

GitHub Actions / docker (amd64, linux/amd64)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
ENV NEOFORGE_URL https://maven.neoforged.net/releases/net/neoforged/neoforge/${NEOFORGE_VERSION}/neoforge-${NEOFORGE_VERSION}-installer.jar

Check warning on line 6 in v21.3/Dockerfile.amd64

View workflow job for this annotation

GitHub Actions / docker (amd64, linux/amd64)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

RUN apt-get update && \
apt-get upgrade -y && \
Expand Down
2 changes: 1 addition & 1 deletion v21.3/Dockerfile.arm64
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM ghcr.io/dockhippie/minecraft-vanilla:1.21.3-arm64@sha256:5a803b8662e1ef822da973e742939f8e309e91f5f20b7dad245f645807697227 AS build
FROM ghcr.io/dockhippie/minecraft-vanilla:1.21.3-arm64@sha256:f043398c782572cca25eb512303d48383f75c65e819946883308699503bcc114 AS build

EXPOSE 25565 25575

ENV NEOFORGE_VERSION 21.3.95

Check warning on line 5 in v21.3/Dockerfile.arm64

View workflow job for this annotation

GitHub Actions / docker (arm64, linux/arm64)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
ENV NEOFORGE_URL https://maven.neoforged.net/releases/net/neoforged/neoforge/${NEOFORGE_VERSION}/neoforge-${NEOFORGE_VERSION}-installer.jar

Check warning on line 6 in v21.3/Dockerfile.arm64

View workflow job for this annotation

GitHub Actions / docker (arm64, linux/arm64)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

RUN apt-get update && \
apt-get upgrade -y && \
Expand Down
2 changes: 1 addition & 1 deletion v21.4/Dockerfile.amd64
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM ghcr.io/dockhippie/minecraft-vanilla:1.21.4-amd64@sha256:8c8b3cb03dbad5966a28f1b2895af4d00f68ff54c756a33980aec65a268ca4ed AS build
FROM ghcr.io/dockhippie/minecraft-vanilla:1.21.4-amd64@sha256:944ee80a914c0d443d8704b557b4ca46f33741bd487a2309df3de5a6d171b274 AS build

EXPOSE 25565 25575

ENV NEOFORGE_VERSION 21.4.156

Check warning on line 5 in v21.4/Dockerfile.amd64

View workflow job for this annotation

GitHub Actions / docker (amd64, linux/amd64)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
ENV NEOFORGE_URL https://maven.neoforged.net/releases/net/neoforged/neoforge/${NEOFORGE_VERSION}/neoforge-${NEOFORGE_VERSION}-installer.jar

Check warning on line 6 in v21.4/Dockerfile.amd64

View workflow job for this annotation

GitHub Actions / docker (amd64, linux/amd64)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

RUN apt-get update && \
apt-get upgrade -y && \
Expand Down
2 changes: 1 addition & 1 deletion v21.4/Dockerfile.arm64
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM ghcr.io/dockhippie/minecraft-vanilla:1.21.4-arm64@sha256:e5ccd3bdf6f439b03dc2c36fa32cfa130f61050e196bee3855ab90bc125668be AS build
FROM ghcr.io/dockhippie/minecraft-vanilla:1.21.4-arm64@sha256:b7d1e0070f76b29be1f596810db3d154d354599c0834110d672383614f48bdab AS build

EXPOSE 25565 25575

ENV NEOFORGE_VERSION 21.4.156

Check warning on line 5 in v21.4/Dockerfile.arm64

View workflow job for this annotation

GitHub Actions / docker (arm64, linux/arm64)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
ENV NEOFORGE_URL https://maven.neoforged.net/releases/net/neoforged/neoforge/${NEOFORGE_VERSION}/neoforge-${NEOFORGE_VERSION}-installer.jar

Check warning on line 6 in v21.4/Dockerfile.arm64

View workflow job for this annotation

GitHub Actions / docker (arm64, linux/arm64)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

RUN apt-get update && \
apt-get upgrade -y && \
Expand Down
2 changes: 1 addition & 1 deletion v21.5/Dockerfile.amd64
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM ghcr.io/dockhippie/minecraft-vanilla:1.21.5-amd64@sha256:0bf09ec2ab3641d06fb5f44b93ca84192626ab608215ddd5ff6de1241126a8dd AS build
FROM ghcr.io/dockhippie/minecraft-vanilla:1.21.5-amd64@sha256:12b8612b5a164ecaab7f3314aa9b9ffa64725a5122def440e140b893f3fb24ea AS build

EXPOSE 25565 25575

ENV NEOFORGE_VERSION 21.5.96

Check warning on line 5 in v21.5/Dockerfile.amd64

View workflow job for this annotation

GitHub Actions / docker (amd64, linux/amd64)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
ENV NEOFORGE_URL https://maven.neoforged.net/releases/net/neoforged/neoforge/${NEOFORGE_VERSION}/neoforge-${NEOFORGE_VERSION}-installer.jar

Check warning on line 6 in v21.5/Dockerfile.amd64

View workflow job for this annotation

GitHub Actions / docker (amd64, linux/amd64)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

RUN apt-get update && \
apt-get upgrade -y && \
Expand Down
2 changes: 1 addition & 1 deletion v21.5/Dockerfile.arm64
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM ghcr.io/dockhippie/minecraft-vanilla:1.21.5-arm64@sha256:f6a0f9afa6917928c207abf4fbbcd700c79377fe5da7a4ceaca62f6d24a46457 AS build
FROM ghcr.io/dockhippie/minecraft-vanilla:1.21.5-arm64@sha256:505ae038085c534b75f69f569df5214716e14c58c87a616f258ed821d742fd3e AS build

EXPOSE 25565 25575

ENV NEOFORGE_VERSION 21.5.96

Check warning on line 5 in v21.5/Dockerfile.arm64

View workflow job for this annotation

GitHub Actions / docker (arm64, linux/arm64)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
ENV NEOFORGE_URL https://maven.neoforged.net/releases/net/neoforged/neoforge/${NEOFORGE_VERSION}/neoforge-${NEOFORGE_VERSION}-installer.jar

Check warning on line 6 in v21.5/Dockerfile.arm64

View workflow job for this annotation

GitHub Actions / docker (arm64, linux/arm64)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

RUN apt-get update && \
apt-get upgrade -y && \
Expand Down
2 changes: 1 addition & 1 deletion v21.6/Dockerfile.amd64
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM ghcr.io/dockhippie/minecraft-vanilla:1.21.6-amd64@sha256:04c4d3b63568d02195591135864feef474e806981f7d8ee75a6da31d247809b5 AS build
FROM ghcr.io/dockhippie/minecraft-vanilla:1.21.6-amd64@sha256:3297857adfbcb07aaabfab1d9dd326cef7457b7a816f6d90dfd939e1e6ffab72 AS build

EXPOSE 25565 25575

ENV NEOFORGE_VERSION 21.6.20-beta

Check warning on line 5 in v21.6/Dockerfile.amd64

View workflow job for this annotation

GitHub Actions / docker (amd64, linux/amd64)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
ENV NEOFORGE_URL https://maven.neoforged.net/releases/net/neoforged/neoforge/${NEOFORGE_VERSION}/neoforge-${NEOFORGE_VERSION}-installer.jar

Check warning on line 6 in v21.6/Dockerfile.amd64

View workflow job for this annotation

GitHub Actions / docker (amd64, linux/amd64)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

RUN apt-get update && \
apt-get upgrade -y && \
Expand Down
2 changes: 1 addition & 1 deletion v21.6/Dockerfile.arm64
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM ghcr.io/dockhippie/minecraft-vanilla:1.21.6-arm64@sha256:70a35cb5a042550eff78e87e8885e473d070cf98ae0590ed12b14a3a8604b91d AS build
FROM ghcr.io/dockhippie/minecraft-vanilla:1.21.6-arm64@sha256:551be2f547cb62fe0ba20e26ae795d56df6d00466d184fa6270cb2e44bec9cb9 AS build

EXPOSE 25565 25575

ENV NEOFORGE_VERSION 21.6.20-beta

Check warning on line 5 in v21.6/Dockerfile.arm64

View workflow job for this annotation

GitHub Actions / docker (arm64, linux/arm64)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
ENV NEOFORGE_URL https://maven.neoforged.net/releases/net/neoforged/neoforge/${NEOFORGE_VERSION}/neoforge-${NEOFORGE_VERSION}-installer.jar

Check warning on line 6 in v21.6/Dockerfile.arm64

View workflow job for this annotation

GitHub Actions / docker (arm64, linux/arm64)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

RUN apt-get update && \
apt-get upgrade -y && \
Expand Down
2 changes: 1 addition & 1 deletion v21.7/Dockerfile.amd64
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM ghcr.io/dockhippie/minecraft-vanilla:1.21.7-amd64@sha256:054e41f7fd9064dc2a639fc491236f01f086375f6294aae6cd4101eaafe32ad2 AS build
FROM ghcr.io/dockhippie/minecraft-vanilla:1.21.7-amd64@sha256:66b27ad4199a4ecca8479c4020089c0ccb132373aaf72ca6c830385f39aaa9a6 AS build

EXPOSE 25565 25575

ENV NEOFORGE_VERSION 21.7.25-beta

Check warning on line 5 in v21.7/Dockerfile.amd64

View workflow job for this annotation

GitHub Actions / docker (amd64, linux/amd64)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
ENV NEOFORGE_URL https://maven.neoforged.net/releases/net/neoforged/neoforge/${NEOFORGE_VERSION}/neoforge-${NEOFORGE_VERSION}-installer.jar

Check warning on line 6 in v21.7/Dockerfile.amd64

View workflow job for this annotation

GitHub Actions / docker (amd64, linux/amd64)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

RUN apt-get update && \
apt-get upgrade -y && \
Expand Down
2 changes: 1 addition & 1 deletion v21.7/Dockerfile.arm64
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM ghcr.io/dockhippie/minecraft-vanilla:1.21.7-arm64@sha256:1579a5c10dec636f9a0fab5d9400a6dad4e997b855ecde879e7985254074fc96 AS build
FROM ghcr.io/dockhippie/minecraft-vanilla:1.21.7-arm64@sha256:96b268c9a5053d3bca257a25dce75b63e50106356082df408225157e17fc2c3a AS build

EXPOSE 25565 25575

ENV NEOFORGE_VERSION 21.7.25-beta

Check warning on line 5 in v21.7/Dockerfile.arm64

View workflow job for this annotation

GitHub Actions / docker (arm64, linux/arm64)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
ENV NEOFORGE_URL https://maven.neoforged.net/releases/net/neoforged/neoforge/${NEOFORGE_VERSION}/neoforge-${NEOFORGE_VERSION}-installer.jar

Check warning on line 6 in v21.7/Dockerfile.arm64

View workflow job for this annotation

GitHub Actions / docker (arm64, linux/arm64)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

RUN apt-get update && \
apt-get upgrade -y && \
Expand Down
2 changes: 1 addition & 1 deletion v21.8/Dockerfile.amd64
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM ghcr.io/dockhippie/minecraft-vanilla:1.21.8-amd64@sha256:82ed071536fa05812e10e5a07a4ac78b56f414f66b53bc78dbfa05b849a54682 AS build
FROM ghcr.io/dockhippie/minecraft-vanilla:1.21.8-amd64@sha256:55e11419ad760ff8308fdaa1c27cd15f8765a337ca92a3068a31d01137d157b1 AS build

EXPOSE 25565 25575

ENV NEOFORGE_VERSION 21.8.52

Check warning on line 5 in v21.8/Dockerfile.amd64

View workflow job for this annotation

GitHub Actions / docker (amd64, linux/amd64)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
ENV NEOFORGE_URL https://maven.neoforged.net/releases/net/neoforged/neoforge/${NEOFORGE_VERSION}/neoforge-${NEOFORGE_VERSION}-installer.jar

Check warning on line 6 in v21.8/Dockerfile.amd64

View workflow job for this annotation

GitHub Actions / docker (amd64, linux/amd64)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

RUN apt-get update && \
apt-get upgrade -y && \
Expand Down
2 changes: 1 addition & 1 deletion v21.8/Dockerfile.arm64
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM ghcr.io/dockhippie/minecraft-vanilla:1.21.8-arm64@sha256:8bc8345652dcfae462dcb6d7b557295eee37cdd2b5d4b35638860e270e534f8e AS build
FROM ghcr.io/dockhippie/minecraft-vanilla:1.21.8-arm64@sha256:66fa253f4ea0adeb99b7246f2c8893854d5b066bbe84c3cef390c0a9726763d2 AS build

EXPOSE 25565 25575

ENV NEOFORGE_VERSION 21.8.52

Check warning on line 5 in v21.8/Dockerfile.arm64

View workflow job for this annotation

GitHub Actions / docker (arm64, linux/arm64)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
ENV NEOFORGE_URL https://maven.neoforged.net/releases/net/neoforged/neoforge/${NEOFORGE_VERSION}/neoforge-${NEOFORGE_VERSION}-installer.jar

Check warning on line 6 in v21.8/Dockerfile.arm64

View workflow job for this annotation

GitHub Actions / docker (arm64, linux/arm64)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

RUN apt-get update && \
apt-get upgrade -y && \
Expand Down
2 changes: 1 addition & 1 deletion v21.9/Dockerfile.amd64
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM ghcr.io/dockhippie/minecraft-vanilla:1.21.9-amd64@sha256:a2be90d3a6998281ea7da9e95556aef9558cc5a4798fbe4a250e1efcec3b1f64 AS build
FROM ghcr.io/dockhippie/minecraft-vanilla:1.21.9-amd64@sha256:a26f84a63a96e5094d243e17a1564a6d526873b1c222d134759e9d154c86e8f8 AS build

EXPOSE 25565 25575

ENV NEOFORGE_VERSION 21.9.16-beta

Check warning on line 5 in v21.9/Dockerfile.amd64

View workflow job for this annotation

GitHub Actions / docker (amd64, linux/amd64)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
ENV NEOFORGE_URL https://maven.neoforged.net/releases/net/neoforged/neoforge/${NEOFORGE_VERSION}/neoforge-${NEOFORGE_VERSION}-installer.jar

Check warning on line 6 in v21.9/Dockerfile.amd64

View workflow job for this annotation

GitHub Actions / docker (amd64, linux/amd64)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

RUN apt-get update && \
apt-get upgrade -y && \
Expand Down
2 changes: 1 addition & 1 deletion v21.9/Dockerfile.arm64
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM ghcr.io/dockhippie/minecraft-vanilla:1.21.9-arm64@sha256:4ffa988774b4a74ddfdd85d5b82e1b91b443af68c48c2d38ecc7a9a03cfdd390 AS build
FROM ghcr.io/dockhippie/minecraft-vanilla:1.21.9-arm64@sha256:87297d39676a126f2d8aaeb9371caa997b07bbf6adef21ff00631c77d680fb1f AS build

EXPOSE 25565 25575

ENV NEOFORGE_VERSION 21.9.16-beta

Check warning on line 5 in v21.9/Dockerfile.arm64

View workflow job for this annotation

GitHub Actions / docker (arm64, linux/arm64)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
ENV NEOFORGE_URL https://maven.neoforged.net/releases/net/neoforged/neoforge/${NEOFORGE_VERSION}/neoforge-${NEOFORGE_VERSION}-installer.jar

Check warning on line 6 in v21.9/Dockerfile.arm64

View workflow job for this annotation

GitHub Actions / docker (arm64, linux/arm64)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

RUN apt-get update && \
apt-get upgrade -y && \
Expand Down