Skip to content

Commit

Permalink
Merge pull request #45 from hvalev/mergerfs-updates
Browse files Browse the repository at this point in the history
Update mergerfs-version to 2.35.1
  • Loading branch information
hvalev authored Apr 8, 2023
2 parents a834925 + e6b68ea commit cf9545d
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.17.3 AS builder
ENV MERGERFS_VERSION=2.35.0
ENV MERGERFS_VERSION=2.35.1

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.35.0-green)
![Shiny%20version](https://img.shields.io/badge/mergerfs%20version-2.35.1-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.35.0
2.35.1

0 comments on commit cf9545d

Please sign in to comment.