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:3fafa02c92d34763e1d2717a2ec3364bb4bfdfc26e24e9d2b814bfbd606db41d AS build
FROM ghcr.io/dockhippie/minecraft-vanilla:1.21.11-amd64@sha256:43e2d4bc60b963400f4c7469288fa6a4e6fb82707f160d3667c38be95038a683 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:887717f9e1647da4d69f485e7d7df2134aaa4b40c2e6a8b1a9064770e561e0bf AS build
FROM ghcr.io/dockhippie/minecraft-vanilla:1.21.11-arm64@sha256:45d125f79b4260ef2649cb4a5152952d00c3cd7ca5d08706d118b11b78160a2f 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:0a3e13195c0f6f5241bfb23b1c991bec2cf8abf0d6655d1421172a7ddcf0484b AS build
FROM ghcr.io/dockhippie/minecraft-vanilla:1.20.2-amd64@sha256:c1a2e1edb6ba5ed36f4eddeb3f5cf9ca70f39dcc96cf044088000ed27d636245 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:3bd74c13fedc65330f7b0f1fd0011479f06efc575739c08a8b26119b84454246 AS build
FROM ghcr.io/dockhippie/minecraft-vanilla:1.20.2-arm64@sha256:8c0842f4762d755c9d2081914304a3327805341dcee5ed63f054a60c473b6b4c 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:9511e534b35bb00ff53283d667d2e44dd97c18af3b1367c6c0f4adfda2912508 AS build
FROM ghcr.io/dockhippie/minecraft-vanilla:1.20.3-amd64@sha256:5a012c9efb376c25ae5bc26d0df205ee5399bccddcdb35f97199551e30102452 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:a4e307168827d4098d25b55ee26bbe0cc43020f3a5d2593c81478b5168ae2996 AS build
FROM ghcr.io/dockhippie/minecraft-vanilla:1.20.3-arm64@sha256:f9a83417a8b97f0425400c17800261d68b4dd531a7e7d7ff09385f9c5ef71a10 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:3b32f5cee792f2fba191dd1662428eab8e549537a07a11b5196bacc2b6523146 AS build
FROM ghcr.io/dockhippie/minecraft-vanilla:1.20.4-amd64@sha256:1184683b5b94ad6ee235c0f75a1e09855e8c78e094216d4db63416f9d51a3f93 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:7daa20d98e4223647b014bd41273ad5b2275b52d08b48182decbbe118b0589c5 AS build
FROM ghcr.io/dockhippie/minecraft-vanilla:1.20.4-arm64@sha256:d1740a7241614bde2e5627d4cfc68af16eac67955ac40eb225d51b5adf012e7f 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:224ecc81d70e925ca67f8884c1e17bd4a376e81d7a33020edd753255a0e8d2c9 AS build
FROM ghcr.io/dockhippie/minecraft-vanilla:1.20.5-amd64@sha256:0c995dc2caee84a08099307b38a3c7d648d6978562a65197da793976b086502e 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:84ddf11eed9b1d39463c26b3425ae4535974e56736bb2b7fd2020ec7b187067f AS build
FROM ghcr.io/dockhippie/minecraft-vanilla:1.20.5-arm64@sha256:4f711e6665483dde4d55c62d80264049d398960fe2b1a3a44b39ce1cf448906a 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:bca89dfb6ac01c91bc919de251bf3a369e9d5d8f32bc54ba4ac557c85daaa45d AS build
FROM ghcr.io/dockhippie/minecraft-vanilla:1.20.6-amd64@sha256:1f6c534fcd0a825f5fab430eac77d7397b65f66bcf4de15c336d9e260e346d35 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:be5e87fd84735b6ec6fbca5aed138f3b4f5670ebae9f211fd3d576ec2d3b5844 AS build
FROM ghcr.io/dockhippie/minecraft-vanilla:1.20.6-arm64@sha256:1074ae9690d0fa12abbcc6c30deddd3c63c3a75f1a8dcc7e35e4e3e2a2ab03a7 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:4c0ff73cf5296b947d661153c9786d21b5452681a303d180d4dde4aeab29ae2c AS build
FROM ghcr.io/dockhippie/minecraft-vanilla:1.21-amd64@sha256:330de898ea97d39e73461c1291bd7144d83db9aaed45526e9cd98541d7579d7f 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:dbae3f7459e5bc0fef6f01af7d4b12ff88ea5c1a8c22db7ea2b0d5fba37bae04 AS build
FROM ghcr.io/dockhippie/minecraft-vanilla:1.21-arm64@sha256:f29b3bc4efe3b8e32bd100c9ee6c7975864bdc14353330093d1ed73d8f5ec20b 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:604cd879baa2791f24a0e09d3210f196579e6429243dd41a8a2f08b7d14b5a7b AS build
FROM ghcr.io/dockhippie/minecraft-vanilla:1.21.1-amd64@sha256:a4b3d909be02b22da63def4c345f8c17a81dc7c665988ec7aac46f5f9b355548 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:85f18b9828f1c196e0a608c95c66e76f659d715665ff9a0bfd8e490f62c58118 AS build
FROM ghcr.io/dockhippie/minecraft-vanilla:1.21.1-arm64@sha256:58c2ce47249d6b4a6fcecf60cbd9528347cc78cbdd02f6e58e41a8f412f70b0d 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:8892471f78846e5b61e3e4e0c414a54bd475a7fe222161e432b0b31828d9090d AS build
FROM ghcr.io/dockhippie/minecraft-vanilla:1.21.10-amd64@sha256:aeb0f78551556a9705b8706ce0517ab228bff83b78c0d905464d5bfb45856b5c 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:6c8906875ab34eceb15e008af59662eec5289b8e6ca891a14db3fd8c275b33f9 AS build
FROM ghcr.io/dockhippie/minecraft-vanilla:1.21.10-arm64@sha256:bd195dfa73320186a67ca024c9e6d17cdf2e4e5bab8b6aac200d63882a8c13bd 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:3fafa02c92d34763e1d2717a2ec3364bb4bfdfc26e24e9d2b814bfbd606db41d AS build
FROM ghcr.io/dockhippie/minecraft-vanilla:1.21.11-amd64@sha256:43e2d4bc60b963400f4c7469288fa6a4e6fb82707f160d3667c38be95038a683 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:887717f9e1647da4d69f485e7d7df2134aaa4b40c2e6a8b1a9064770e561e0bf AS build
FROM ghcr.io/dockhippie/minecraft-vanilla:1.21.11-arm64@sha256:45d125f79b4260ef2649cb4a5152952d00c3cd7ca5d08706d118b11b78160a2f 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:d606c5066dbbfa1a692ef726836e60ed9630287a28ef90772c197ff3c1151844 AS build
FROM ghcr.io/dockhippie/minecraft-vanilla:1.21.2-amd64@sha256:a80c529e0dd3b77f175971be7ccdbc3541d8315bdf437a9170e4840b297d275c 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:6fbb18d24238b15538d9db9a7b4d8cbddea3bc61c680b104bcdbb29698a750b5 AS build
FROM ghcr.io/dockhippie/minecraft-vanilla:1.21.2-arm64@sha256:bc954d20eb47296ecbe5ea85dd6e112cdfef20af14a1d6eff06b6cdea3e4a393 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:4d45fa79af26486b3dcae7c975ff272c3a1c079cfc559694ba6feb0d0e472e80 AS build
FROM ghcr.io/dockhippie/minecraft-vanilla:1.21.3-amd64@sha256:fdcd7cc9a21bd0e8dc7344ea29862cbd8e4c59683b007c895661fbcec909760e 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:f043398c782572cca25eb512303d48383f75c65e819946883308699503bcc114 AS build
FROM ghcr.io/dockhippie/minecraft-vanilla:1.21.3-arm64@sha256:008ecb84b6b3b124a39a388063bee86fcb81e0b2c0a2de449aa2ce23b4915c3b 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:944ee80a914c0d443d8704b557b4ca46f33741bd487a2309df3de5a6d171b274 AS build
FROM ghcr.io/dockhippie/minecraft-vanilla:1.21.4-amd64@sha256:e688e0bdc8665b7eae32101e21a896d611733607f6e06b2793074ec64fe2aac9 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:b7d1e0070f76b29be1f596810db3d154d354599c0834110d672383614f48bdab AS build
FROM ghcr.io/dockhippie/minecraft-vanilla:1.21.4-arm64@sha256:1ced2cdf3df2d6b85650f25dce1491bc512d71cc2f79cdc539b5a95741865f5e 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:12b8612b5a164ecaab7f3314aa9b9ffa64725a5122def440e140b893f3fb24ea AS build
FROM ghcr.io/dockhippie/minecraft-vanilla:1.21.5-amd64@sha256:b862960c70c0a72f5ab83a0b4de22882484508b258a618fe8f9a109428258b60 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:505ae038085c534b75f69f569df5214716e14c58c87a616f258ed821d742fd3e AS build
FROM ghcr.io/dockhippie/minecraft-vanilla:1.21.5-arm64@sha256:0884e56b1427efb97185e9bb3116eb61176d3fe1243aa1ea0f689bad5429e2ab 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:3297857adfbcb07aaabfab1d9dd326cef7457b7a816f6d90dfd939e1e6ffab72 AS build
FROM ghcr.io/dockhippie/minecraft-vanilla:1.21.6-amd64@sha256:0425be4db3b5171a2a22f2e22a974354d7adaeba619102bcfb78a82342827071 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:551be2f547cb62fe0ba20e26ae795d56df6d00466d184fa6270cb2e44bec9cb9 AS build
FROM ghcr.io/dockhippie/minecraft-vanilla:1.21.6-arm64@sha256:575558ecf0d0cb676e2a66980f6555f8c81b6292ee8c334471a61f3ab6aa4732 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:66b27ad4199a4ecca8479c4020089c0ccb132373aaf72ca6c830385f39aaa9a6 AS build
FROM ghcr.io/dockhippie/minecraft-vanilla:1.21.7-amd64@sha256:9a270fe496911c5cebaa7636eae91b881d321bda642698f69b2da66e3eaa7387 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:96b268c9a5053d3bca257a25dce75b63e50106356082df408225157e17fc2c3a AS build
FROM ghcr.io/dockhippie/minecraft-vanilla:1.21.7-arm64@sha256:750165b70d9010bbd1e191fbdf3feeb12c5ef55e5ae1357dc64ab081251944ce 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:55e11419ad760ff8308fdaa1c27cd15f8765a337ca92a3068a31d01137d157b1 AS build
FROM ghcr.io/dockhippie/minecraft-vanilla:1.21.8-amd64@sha256:56907e91c28be60e1f6f5ed32f00f75a7d0d22f0e35cf104a56e8e12e429af37 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:66fa253f4ea0adeb99b7246f2c8893854d5b066bbe84c3cef390c0a9726763d2 AS build
FROM ghcr.io/dockhippie/minecraft-vanilla:1.21.8-arm64@sha256:39b2852d7bf41c1a7f4878d657e37a1709901a8cdb0b332c869b13a1781c18c5 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:a26f84a63a96e5094d243e17a1564a6d526873b1c222d134759e9d154c86e8f8 AS build
FROM ghcr.io/dockhippie/minecraft-vanilla:1.21.9-amd64@sha256:2d1bf4bff69085c27486afea65faef3fd590f728b563e8c0c2752ad1c6118ec8 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:87297d39676a126f2d8aaeb9371caa997b07bbf6adef21ff00631c77d680fb1f AS build
FROM ghcr.io/dockhippie/minecraft-vanilla:1.21.9-arm64@sha256:df04c0d9fe2869ebe0648342daf3d1d913a61f003b37098408cdf2be4398b287 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