Skip to content

Commit

Permalink
chore(deps): update alpine docker tag to v3.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 6, 2024
1 parent 4d5062b commit 85b430d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mergerfs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
FROM --platform=$BUILDPLATFORM tonistiigi/xx:1.5.0 AS xx

# =========================================================
FROM --platform=$BUILDPLATFORM alpine:3.20.3 AS build
FROM --platform=$BUILDPLATFORM alpine:3.21.0 AS build
SHELL ["/bin/ash", "-euxo", "pipefail", "-c"]
COPY --from=xx / /
ARG VERSION
Expand Down
2 changes: 1 addition & 1 deletion snapraid/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
FROM --platform=$BUILDPLATFORM tonistiigi/xx:1.5.0 AS xx

# =========================================================
FROM --platform=$BUILDPLATFORM alpine:3.20.3 AS build
FROM --platform=$BUILDPLATFORM alpine:3.21.0 AS build
SHELL ["/bin/ash", "-euxo", "pipefail", "-c"]
RUN apk add --no-cache clang make
COPY --from=xx / /
Expand Down

0 comments on commit 85b430d

Please # to comment.