Skip to content

Commit

Permalink
fix: downgrade to 1.20.1 again
Browse files Browse the repository at this point in the history
  • Loading branch information
tboerger committed Jul 27, 2024
1 parent dc045f2 commit 0c4de4a
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
14 changes: 13 additions & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,17 @@
"extends": [
"github>crafthippie/.github//renovate/preset"
],
"packageRules": []
"packageRules": [
{
"datasources": [
"docker"
],
"updateTypes": [
"major",
"minor",
"patch"
],
"enabled": false
}
]
}
2 changes: 1 addition & 1 deletion docker/Dockerfile.amd64
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/dockhippie/minecraft-vanilla:1.20.2-amd64 AS build
FROM ghcr.io/dockhippie/minecraft-vanilla:1.20.1-amd64 AS build

EXPOSE 25565 25575 8123

Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.arm64
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/dockhippie/minecraft-vanilla:1.20.2-arm64 AS build
FROM ghcr.io/dockhippie/minecraft-vanilla:1.20.1-arm64 AS build

EXPOSE 25565 25575 8123

Expand Down

0 comments on commit 0c4de4a

Please sign in to comment.