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:42faf511c4652d09325877aeeb8f799a2fc288374eea005aefccc99c298e2b94 AS build
FROM ghcr.io/dockhippie/minecraft-vanilla:1.21.11-amd64@sha256:8e5c47f5e27df0a9a2f35634787e4f485da3d7f7822c002dbe2130e14f9eed7b 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:3fc0cf31992216c337f6200ed2ea7db970f53f7585613bb14b5c7fb200c04243 AS build
FROM ghcr.io/dockhippie/minecraft-vanilla:1.21.11-arm64@sha256:f51f46ca0f4e1689549b7558d0836d6aaecd131e5216807dac2dd027c9a5ec73 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:791ce61b37b0c26ad22173d60c5f0a477d90b8504d293ea06665be357c02f06f AS build
FROM ghcr.io/dockhippie/minecraft-vanilla:1.20.2-amd64@sha256:96d62fe032685716295057da73eb9c54fdec37108784b8f97d971591d279b2c8 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:cec939c2c1227b8bbe67975f6b4beff344dd007b5ee07e85c69882c4b335c539 AS build
FROM ghcr.io/dockhippie/minecraft-vanilla:1.20.2-arm64@sha256:718ea0d3641ca293f29045e97258b9784a989bfcaecf77171540d7a0f9bc4005 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:ea7abc33021a162fcea9497f01fa0d145b069c42ad96a9f31d7949c9db85973d AS build
FROM ghcr.io/dockhippie/minecraft-vanilla:1.20.3-amd64@sha256:ed686e366b005c55b2760b3cace786c4c3d05dc42e3a9f155896e80400441aa5 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:d7c6298eaf4aba886dd27cccb7f70cbed7e7e9a0ebd2ca2d38acfe20ff6fa5be AS build
FROM ghcr.io/dockhippie/minecraft-vanilla:1.20.3-arm64@sha256:54bd3636061ae54c06770741899a27c9fd76081178d799dc76331ce330022016 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:680c5f045d38c1fd01b43ad5112e4e52bf935629b38d31bd3d7c35d0d48b82a3 AS build
FROM ghcr.io/dockhippie/minecraft-vanilla:1.20.4-amd64@sha256:7f66e50082103ffde022c95e0f3a33c2d2efec4ccf4bcc1bab455750fadaecff 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:27d7866414cae55799c5abfd071e5393d735a548f7695fb98ded6a9a466831e8 AS build
FROM ghcr.io/dockhippie/minecraft-vanilla:1.20.4-arm64@sha256:676611424447f44627312c48e4cc3dde7df449fd22fa25d19db569108e0e0da5 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:d70ef4bf49f991a990f34dfdf8fee6d42ac9686c9cb41e24a395dcea170cca99 AS build
FROM ghcr.io/dockhippie/minecraft-vanilla:1.20.5-amd64@sha256:bd4e65c9928376c6da7f9e089527df750fd2b3336a761a50415afbbb5aa3d8d7 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:69b9a63f4954e37bfe1b941246ca0f4a599ae9d84f446b1a55398e089647f0bd AS build
FROM ghcr.io/dockhippie/minecraft-vanilla:1.20.5-arm64@sha256:c2aa9e0d204294cfbe8cac915bfab2c03d0b2490dab38a242974af97b8f1601f 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:56c47b02cba9e530087844556d52fab91f385176d94bc4cf4e134e605e27429b AS build
FROM ghcr.io/dockhippie/minecraft-vanilla:1.20.6-amd64@sha256:238458ebc935ccbf849cb4aea0207f27c109b2d933085d774878792c41ad1d68 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:3eeb82eaf5e85cd2ff91f6dfc615f7a8a5e70a7bb87997919d447d21a5d69356 AS build
FROM ghcr.io/dockhippie/minecraft-vanilla:1.20.6-arm64@sha256:d0351b92a4cb53a3ada22d858997773054cd8e6b4b4fb0063944372f5787f949 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:ece7fef02a005ad22ae080910a8a80fcc8980bb2a1783b6ea8aadfd28995f4f8 AS build
FROM ghcr.io/dockhippie/minecraft-vanilla:1.21-amd64@sha256:ae4dfc827815cd0ca43532dcf61983cd3d9dbe30cc7c27da1b355a0f7bd2d41c 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:4c5ad6ce53859bdaa8db5c685cb6d9d578b9c9c6c6d3af5508548ccc0707ab02 AS build
FROM ghcr.io/dockhippie/minecraft-vanilla:1.21-arm64@sha256:2a9ba25ddbbb576c848558648b00b2fc4abc5202055a0967533aa61315650360 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:e406ba80e076a01b25933f0eafa42d630fe35ab9bb31481e1cfc2ac92527a9fb AS build
FROM ghcr.io/dockhippie/minecraft-vanilla:1.21.1-amd64@sha256:3f9f0049658d1881d7668a9540f48b8fcc6c1963838cc26eb5d5e3960eea4990 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:dc3b3276e7b6e82e633f09f335f7a698139d9658cdeaf018f9b26a1b9333e7bc AS build
FROM ghcr.io/dockhippie/minecraft-vanilla:1.21.1-arm64@sha256:b4f776c5319b8107cf63f7f6b4f643ac82918fc7a2524fc46f441bed9681d7e9 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:5cdf450ad405912f730412227981d7976992890647927660b041b1f9df2099ab AS build
FROM ghcr.io/dockhippie/minecraft-vanilla:1.21.10-amd64@sha256:8cfff8eb6b5e9a678fed3d79823e6152e8b15d1ce959a8d4bf446abd01cd6d7d 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:719d1483515ca1c7c529fdb22138f910d079939fffbde8badaf7215de37ddea5 AS build
FROM ghcr.io/dockhippie/minecraft-vanilla:1.21.10-arm64@sha256:d431d620a4bb6725301aa5e55736eadfd6400fc7400681bf06a4606883e74b7e 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,9 +1,9 @@
FROM ghcr.io/dockhippie/minecraft-vanilla:1.21.11-amd64@sha256:42faf511c4652d09325877aeeb8f799a2fc288374eea005aefccc99c298e2b94 AS build
FROM ghcr.io/dockhippie/minecraft-vanilla:1.21.11-amd64@sha256:8e5c47f5e27df0a9a2f35634787e4f485da3d7f7822c002dbe2130e14f9eed7b AS build

EXPOSE 25565 25575

ENV NEOFORGE_VERSION 21.11.17-beta

Check warning on line 5 in v21.11/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.11/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.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:3fc0cf31992216c337f6200ed2ea7db970f53f7585613bb14b5c7fb200c04243 AS build
FROM ghcr.io/dockhippie/minecraft-vanilla:1.21.11-arm64@sha256:f51f46ca0f4e1689549b7558d0836d6aaecd131e5216807dac2dd027c9a5ec73 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:26beecdd93435e01d1e8678852b1ca371a05d65b2060963394496be449582af1 AS build
FROM ghcr.io/dockhippie/minecraft-vanilla:1.21.2-amd64@sha256:c19794bc7ba77e88b3e9f236515ac48c4d3961cce929b63234ac89814768d77b 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:868ff8ba5501ca3494a8ddb5a2b3dcc8846b09172fcbe5d2f59826f9fb702d24 AS build
FROM ghcr.io/dockhippie/minecraft-vanilla:1.21.2-arm64@sha256:9cc1fefe6d736ea47c5a630f24b3f024353d55c034a0c58b9631ec918e713615 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:7b0488e81733fc467f04b83bdf1c69cf6dbaa0c75ad110a4b3acdc4422aaab0a AS build
FROM ghcr.io/dockhippie/minecraft-vanilla:1.21.3-amd64@sha256:dc302d460ca070fe77588f641d308f683d2262cd8e2bf06d358cfb3502ec44f8 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:4f27663971363f189807e7be3cd6ac3bcb723783684d95cd3776cf6fd4e5f558 AS build
FROM ghcr.io/dockhippie/minecraft-vanilla:1.21.3-arm64@sha256:8d61c4df2f4c7013bdd8ad99a62fc57665449991247a48ac43309c9822e401d6 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:a0b6590473442c42bd9353d29468be87d9eef8ef1fb6b3d95aaf09db2afb6fdf AS build
FROM ghcr.io/dockhippie/minecraft-vanilla:1.21.4-amd64@sha256:daf85b86a41cd977622e5485e8b47b438c7017614de42d0f44c4c3c7f936ebc0 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:2c154862f0f2677736e6eb586fb951b74f4d041c8ddb2ddd086a1d1898b98d98 AS build
FROM ghcr.io/dockhippie/minecraft-vanilla:1.21.4-arm64@sha256:f7115c6172061695f847583592ca314ce9a41a6ae2a0d71ce03aee07a3b66620 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:39e6384e4c64be717e4d02ac781db1bf56ba83593a03068c260007ffb49c2d89 AS build
FROM ghcr.io/dockhippie/minecraft-vanilla:1.21.5-amd64@sha256:2e45b095bbe121a5e4787ef62e09569296a8da8ab1b9f42d0f51349b89b978a3 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:47f246162aa942e989dae6f38c2a00274c3d529beb70772c3d95d02403f7a746 AS build
FROM ghcr.io/dockhippie/minecraft-vanilla:1.21.5-arm64@sha256:6b053a50d62c5e8b7b8551ad8e912ebc93cea7065278a84299ae6dcb689cd61d 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:c13e32cae1b7c072eca36bda7ab911fcb04d50ef1e94ff62ff40f8bd0902aff3 AS build
FROM ghcr.io/dockhippie/minecraft-vanilla:1.21.6-amd64@sha256:5633df8eac0f8b171889cc13d0d52f00885d040a5d105dbbdf075188067ead6b 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:fcc9419a41a5859674f02a6af3502d93a93893c686b244bf4e56dabc6bd6f1d1 AS build
FROM ghcr.io/dockhippie/minecraft-vanilla:1.21.6-arm64@sha256:2d2d5a29bb3f7b8e456937c77ec9dde0ee828a6d99fdd0c5d4da2528a8777cf9 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:4c4e7093f5b76fe06d7f8ed5fbd34be2dfdacafa5bca08b2a566a40745f7365c AS build
FROM ghcr.io/dockhippie/minecraft-vanilla:1.21.7-amd64@sha256:0309e64a4290faa519be43bfdd189ef9a890588541f0e545c379d56ee9d3b0d4 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:5840d9e42aaac809e21d596cef1354ca16aedc9eb66dec2d5c81c8a5a68c1022 AS build
FROM ghcr.io/dockhippie/minecraft-vanilla:1.21.7-arm64@sha256:0e50df254420f6b41261c725a663cb42b439edd62896b2af99c502dc70f8cd35 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:1d14b5ff8528b8966fcd8cec986ba5486d2d928381c19abee599659882755412 AS build
FROM ghcr.io/dockhippie/minecraft-vanilla:1.21.8-amd64@sha256:a2c845ed097ee1608eee755844b3a24dca7e99e78462ba782a07938a562d7be4 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:13e7ff9d4ed6ff9f8c3af8ad5cbccdb7942594a3e54c02b774b86bc09efe45f0 AS build
FROM ghcr.io/dockhippie/minecraft-vanilla:1.21.8-arm64@sha256:5cf149cabf2dfcd79995291149074e8619f4837b2c2aeefa7e2724cb1d8b12fb 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:dc0d1430a6fba62fdea049a215189ab11f96355b3649f0d6560b3cfd385ab416 AS build
FROM ghcr.io/dockhippie/minecraft-vanilla:1.21.9-amd64@sha256:eb488aec8dba3d69ec5a338f81b8f0de74065e59587fe095fa3372d87b32c785 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:a6b5aea175f071911f10830a6f3ed5ea760603cc2c8473478d2ac8e3d6171ece AS build
FROM ghcr.io/dockhippie/minecraft-vanilla:1.21.9-arm64@sha256:9ddfed53ec7e10a480e15b19799a3118d4322b0cbff8518d1fe05abc53e7fb4f 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
Loading