Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Dockerfile-log-watcher
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# syntax=docker/dockerfile:1
FROM alpine:3.23.2 AS build
FROM alpine:3.23.3 AS build
RUN mkdir -p rhc/scripts
COPY rhc/scripts/*.sh rhc/scripts
SHELL ["/bin/ash", "-eo", "pipefail", "-c"]
RUN find rhc/scripts -type f -print0 | xargs -0 dos2unix --

FROM alpine:3.23.2
FROM alpine:3.23.3
RUN mkdir -p /app/ocw-minecraft /config /data/defaultconfigs
WORKDIR /app
RUN apk --no-cache add docker=29.1.3-r0 docker-cli-compose=2.40.3-r1 curl=8.17.0-r1 jq=1.8.1-r0
Expand Down