Skip to content

Commit

Permalink
Merge pull request #69 from hvalev/mergerfs-updates
Browse files Browse the repository at this point in the history
Update mergerfs-version to 2.40.2
  • Loading branch information
hvalev committed Mar 2, 2024
2 parents 3852751 + 35c4850 commit f6c8ae2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM alpine:3.19.1 AS builder
ENV MERGERFS_VERSION=2.40.0
ENV MERGERFS_VERSION=2.40.2

RUN apk add g++ git linux-headers make python3
RUN git clone https://github.com/trapexit/mergerfs /mergerfs
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# mergerfs-docker
[![build](https://github.com/hvalev/mergerfs-docker/actions/workflows/build.yml/badge.svg)](https://github.com/hvalev/mergerfs-docker/actions/workflows/build.yml)
![Shiny%20version](https://img.shields.io/badge/mergerfs%20version-2.40.0-green)
![Shiny%20version](https://img.shields.io/badge/mergerfs%20version-2.40.2-green)
![Docker Pulls](https://img.shields.io/docker/pulls/hvalev/mergerfs)
![Docker Image Size (latest by date)](https://img.shields.io/docker/image-size/hvalev/mergerfs)

Expand Down
2 changes: 1 addition & 1 deletion mergerfs-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.40.0
2.40.2

0 comments on commit f6c8ae2

Please sign in to comment.