Skip to content

Commit

Permalink
Update curl... again
Browse files Browse the repository at this point in the history
  • Loading branch information
Nincodedo committed Jul 21, 2023
1 parent 8c4f748 commit 5d05bd2
Showing 1 changed file with 1 addition and 1 deletion.
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.18.2
RUN mkdir -p /app/ocw-minecraft /config /data/defaultconfigs
WORKDIR /app
RUN apk --no-cache add docker=23.0.6-r3 docker-cli-compose=2.17.3-r3 curl=8.2.0-r0 jq=1.6-r3
RUN apk --no-cache add docker=23.0.6-r3 docker-cli-compose=2.17.3-r3 curl=8.2.0-r1 jq=1.6-r3
COPY --from=build --chmod=755 rhc/scripts/*.sh .
COPY docker-compose.yaml ocw-minecraft/docker-compose.yaml
COPY *.env ocw-minecraft/
Expand Down

0 comments on commit 5d05bd2

Please sign in to comment.