Skip to content

Commit

Permalink
Bump itzg/minecraft-server from 2024.6.1 to 2024.7.0 (#216)
Browse files Browse the repository at this point in the history
* Bump itzg/minecraft-server from 2024.6.1 to 2024.7.0

Bumps itzg/minecraft-server from 2024.6.1 to 2024.7.0.

---
updated-dependencies:
- dependency-name: itzg/minecraft-server
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update Dockerfile-log-watcher

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Nincodedo <Nincodedo@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and Nincodedo authored Jul 15, 2024
1 parent e32b74b commit caacd20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile-log-watcher
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN find rhc/scripts -type f -print0 | xargs -0 dos2unix --
FROM alpine:3.20.1
RUN mkdir -p /app/ocw-minecraft /config /data/defaultconfigs
WORKDIR /app
RUN apk --no-cache add docker=26.1.3-r1 docker-cli-compose=2.27.0-r2 curl=8.7.1-r0 jq=1.7.1-r0
RUN apk --no-cache add docker=26.1.3-r2 docker-cli-compose=2.27.0-r3 curl=8.8.0-r0 jq=1.7.1-r0
COPY --from=build --chmod=755 rhc/scripts/*.sh .
COPY docker-compose.yaml ocw-minecraft/docker-compose.yaml
COPY *.env ocw-minecraft/
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-mc
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN cd /datapacks/ocw-stuff \

RUN wget -O /datapacks/bedrock-bone-meal.zip https://github.com/Nincodedo/mc-java-bedrock-bone-meal-datapack/releases/download/$bedrock_bone_meal_version/bedrock-bone-meal-$bedrock_bone_meal_version.zip

FROM itzg/minecraft-server:2024.6.1
FROM itzg/minecraft-server:2024.7.0

ENV MODRINTH_PROJECTS=fabric-api,cloth-config,lithium,ferrite-core,starlight,fastback,chunky,no-chat-reports,disableinsecurechattoast,inventory-sorting,jamlib,architectury-api,rightclickharvest,jade,rei,memoryleakfix,mc-server-description

Expand Down

0 comments on commit caacd20

Please sign in to comment.