Skip to content

Commit

Permalink
Bump alpine from 3.20.1 to 3.20.2 (#217)
Browse files Browse the repository at this point in the history
Bumps alpine from 3.20.1 to 3.20.2.

---
updated-dependencies:
- dependency-name: alpine
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 23, 2024
1 parent caacd20 commit 6122f22
Showing 1 changed file with 2 additions and 2 deletions.
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.20.1 AS build
FROM alpine:3.20.2 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.20.1
FROM alpine:3.20.2
RUN mkdir -p /app/ocw-minecraft /config /data/defaultconfigs
WORKDIR /app
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
Expand Down

0 comments on commit 6122f22

Please sign in to comment.