Skip to content

Commit

Permalink
Bump alpine from 3.18.5 to 3.19.0 (#164)
Browse files Browse the repository at this point in the history
* Bump alpine from 3.18.5 to 3.19.0

Bumps alpine from 3.18.5 to 3.19.0.

---
updated-dependencies:
- dependency-name: alpine
  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 Dec 8, 2023
1 parent 6739bbf commit b920de8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile-log-watcher
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# syntax=docker/dockerfile:1
FROM alpine:3.18.5 AS build
FROM alpine:3.19.0 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.18.5
FROM alpine:3.19.0
RUN mkdir -p /app/ocw-minecraft /config /data/defaultconfigs
WORKDIR /app
RUN apk --no-cache add docker=23.0.6-r7 docker-cli-compose=2.17.3-r8 curl=8.4.0-r0 jq=1.6-r3
RUN apk --no-cache add docker=24.0.7-r0 docker-cli-compose=2.23.3-r0 curl=8.5.0-r0 jq=1.7-r2
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 b920de8

Please sign in to comment.