fix bitnami java:24 missing issue
All checks were successful
Minecraft Java Image / build-and-push (push) Successful in 32s

This commit is contained in:
2025-11-06 22:24:24 -05:00
parent c1ca80b09b
commit e038672457
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ on:
schedule:
- cron: '@daily'
jobs:
build-and-push-ddns:
build-and-push:
runs-on: ubuntu-latest
if: gitea.ref == 'refs/heads/master'
steps:

View File

@@ -1,4 +1,4 @@
FROM docker.io/bitnami/java:24
FROM docker.io/bitnami/java:latest
WORKDIR /mc_data