diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index c563f54f..c558509d 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -66,7 +66,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: generate_release_notes: true discussion_category_name: 'Announcements' diff --git a/Dockerfile-log-watcher b/Dockerfile-log-watcher index d91ff1a6..ff590778 100644 --- a/Dockerfile-log-watcher +++ b/Dockerfile-log-watcher @@ -8,7 +8,7 @@ RUN find rhc/scripts -type f -print0 | xargs -0 dos2unix -- FROM alpine:3.19.1 RUN mkdir -p /app/ocw-minecraft /config /data/defaultconfigs WORKDIR /app -RUN apk --no-cache add docker=25.0.3-r0 docker-cli-compose=2.23.3-r0 curl=8.5.0-r0 jq=1.7.1-r0 +RUN apk --no-cache add docker=25.0.3-r1 docker-cli-compose=2.23.3-r1 curl=8.5.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/