Skip to content

Commit

Permalink
Merge pull request #70 from hvalev/dependabot/docker/alpine-3.20.0
Browse files Browse the repository at this point in the history
Bump alpine from 3.19.1 to 3.20.0
  • Loading branch information
hvalev authored May 27, 2024
2 parents f6c8ae2 + 04ed8f5 commit 667bb5d
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.19.1 AS builder
FROM alpine:3.20.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.19.1
FROM alpine:3.20.0
COPY --from=builder /bin/mergerfs /usr/local/bin/mergerfs

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

0 comments on commit 667bb5d

Please sign in to comment.