Skip to content

Commit

Permalink
Upgrade restic to 0.15.1 version
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranron committed Jan 31, 2023
1 parent f352a92 commit 1d3b278
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,18 @@ All user visible changes to this project will be documented in this file. This p



## [0.15.1-r0] · 2023-01-31
[0.15.1-r0]: /../../tree/0.15.1-r0

[Diff](/../../compare/0.15.0-r0...0.15.1-r0)

### Upgraded

- [restic] 0.15.1: <https://github.com/restic/restic/releases/tag/v0.15.1>




## [0.15.0-r0] · 2023-01-17
[0.15.0-r0]: /../../tree/0.15.0-r0

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# https://hub.docker.com/_/golang
FROM golang:1.19-alpine3.17 AS dist

ARG restic_ver=0.15.0
ARG restic_ver=0.15.1
ARG build_rev=0


Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ restic Docker Image

## Supported tags and respective `Dockerfile` links

- [`0.15.0-r0`, `0.15.0`, `0.15`, `latest`][201]
- [`0.15.1-r0`, `0.15.1`, `0.15`, `latest`][201]



Expand Down Expand Up @@ -84,7 +84,7 @@ docker run --rm -v $(pwd):/data \



## Image versions
## Image tags

This image is based on the popular [Alpine Linux project][1], available in [the alpine official image][2]. [Alpine Linux][1] is much smaller than most distribution base images (~5MB), and thus leads to much slimmer images in general.

Expand Down

0 comments on commit 1d3b278

Please sign in to comment.