Skip to content

Commit

Permalink
increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
Hristo Valev committed Dec 24, 2022
1 parent d4d98aa commit dad430b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM alpine:3.17.0 AS builder
ENV MERGERFS_VERSION 2.33.3
ENV MERGERFS_VERSION=2.33.4

RUN apk add g++ git linux-headers make python3
RUN git clone https://github.com/trapexit/mergerfs
WORKDIR mergerfs
RUN git clone https://github.com/trapexit/mergerfs /mergerfs
WORKDIR /mergerfs

RUN git checkout "$MERGERFS_VERSION"
RUN git checkout -b $MERGERFS_VERSION
RUN make
RUN mv build/mergerfs /bin/mergerfs

Expand Down

0 comments on commit dad430b

Please sign in to comment.