Skip to content

Commit

Permalink
Merge pull request #29 from hvalev/dependabot/docker/alpine-3.16.0
Browse files Browse the repository at this point in the history
Bump alpine from 3.15.4 to 3.16.0
  • Loading branch information
hvalev authored May 28, 2022
2 parents d70cb1b + 1ad7b7e commit 3934241
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.15.4 AS builder
FROM alpine:3.16.0 AS builder
ENV MERGERFS_VERSION 2.33.3

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

FROM alpine:3.15.4
FROM alpine:3.16.0
COPY --from=builder /bin/mergerfs /usr/local/bin/mergerfs

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

0 comments on commit 3934241

Please sign in to comment.