mirror of
https://github.com/itzg/docker-minecraft-server
synced 2024-12-13 22:02:28 +00:00
Base Java 19 image on focal (#2087)
This commit is contained in:
parent
687d987211
commit
031e1d759b
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-multiarch.yml
vendored
2
.github/workflows/build-multiarch.yml
vendored
|
@ -35,7 +35,7 @@ jobs:
|
|||
include:
|
||||
# JAVA 19:
|
||||
- variant: java19
|
||||
baseImage: eclipse-temurin:19-jre-jammy
|
||||
baseImage: eclipse-temurin:19-jre-focal
|
||||
platforms: linux/amd64,linux/arm/v7,linux/arm64
|
||||
mcVersion: 1.19.3
|
||||
# JAVA 17:
|
||||
|
|
Loading…
Reference in a new issue