Skip to content

Commit

Permalink
Bump alpine from 3.20.3 to 3.21.0
Browse files Browse the repository at this point in the history
Bumps alpine from 3.20.3 to 3.21.0.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 7, 2024
1 parent e9ef3b9 commit 624c5a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.20.3 AS builder
FROM alpine:3.21.0 AS builder
ENV MERGERFS_VERSION=2.40.2

RUN apk add g++ git linux-headers make python3
Expand All @@ -9,7 +9,7 @@ RUN git checkout -b $MERGERFS_VERSION
RUN make
RUN mv build/mergerfs /bin/mergerfs

FROM alpine:3.20.3
FROM alpine:3.21.0
COPY --from=builder /bin/mergerfs /usr/local/bin/mergerfs

RUN apk --no-cache add fuse libgcc libstdc++
Expand Down

0 comments on commit 624c5a6

Please sign in to comment.