Skip to content

Commit

Permalink
Updated to version: 1.49.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalandy committed Sep 10, 2019
1 parent ea104f7 commit f70794b
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 3 deletions.
26 changes: 24 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,29 @@ Based on this [template](https://gist.github.com/pascalandy/af709db02d3fe132a3e6

# Releases

## 0.0.0
## 1.49.1
### ⚡️ Updates
- placeholder
- 3a586bc Major README update
- 553a274 Major Github CI yaml updates
- 216f3ae Major README update
- 43520ab update READ-Mes
- 25e3b5f Major update to Dockerfile as standard ARG across all our projects
- ee5912b update LICENSE
- 69fb639 update .dockerignore
- d10b596 update gitignore
- fc7dfce Add CHANGELOG
- 16bbda4 Add utility.sh v0.8.6
- 851f80c Add var in Dockerfile that fixes logic when APP_NAME is not the same as the github repo
- c1005e4 Init README-related.md
- 2387a14 Improve copy
- dbb050b CI / Add readme-to-dockerhub + Add Slack notification
- cb2d2a3 Fix user /2
- 1f5ce34 Fix missing user
- d5dfb32 Add missing set -eux + Update USER
- 7f9023c CI / docker history with --no-trunc
- aec03aa CI / Improve the order in which image are pushed to registry
- 924c262 Improve README
- e71e38b Improve README-CI
- d3424f0 CI / Optimize yaml and overall shorter
- a52d392 Improve instructions

2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -98,4 +98,4 @@ USER "${USER}"
WORKDIR /usr/local/bin
VOLUME [ "/home/usr_rclone/.config/rclone", "/data" ]
ENTRYPOINT [ "/sbin/tini", "--" ]
CMD [ "rclone", "--version" ]
CMD [ "rclone", "--version" ]

0 comments on commit f70794b

Please sign in to comment.