Skip to content

Commit

Permalink
Version [1.4.2]
Browse files Browse the repository at this point in the history
  • Loading branch information
I-am-PUID-0 committed Jan 22, 2024
1 parent d195e08 commit caa01c8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## [1.4.2] - 2024-01-22

### Fixed

- rclone_RD: "fusermount": executable file not found in $PATH


## [1.4.1] - 2023-08-10

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ENV \
XDG_CONFIG_HOME=/config \
TERM=xterm
RUN \
apk add --update --no-cache gcompat libstdc++ libxml2-utils curl tzdata nano ca-certificates wget fuse3 python3 build-base py3-pip python3-dev linux-headers && \
apk add --update --no-cache gcompat libstdc++ libxml2-utils curl tzdata nano ca-certificates wget fuse python3 build-base py3-pip python3-dev linux-headers && \
ln -sf python3 /usr/bin/python && \
mkdir /config && touch /config/ignored.txt && \
chmod 711 rclone-linux &&\
Expand Down
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
def main():
logger = get_logger()

version = '1.4.1'
version = '1.4.2'

ascii_art = f'''
Expand Down

0 comments on commit caa01c8

Please sign in to comment.