Skip to content

Commit

Permalink
Upgrade restic to 0.16.4 version
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranron committed Feb 5, 2024
1 parent 010cd67 commit 65b2b3a
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.16.4-r0] · 2024-02-05
[0.16.4-r0]: /../../tree/0.16.4-r0

[Diff](/../../compare/0.16.3-r1...0.16.4-r0)

### Upgraded

- [restic] 0.16.4: <https://github.com/restic/restic/releases/tag/v0.16.4>




## [0.16.3-r1] · 2024-01-29
[0.16.3-r1]: /../../tree/0.16.3-r1

Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
# https://hub.docker.com/_/golang
FROM golang:1.21-alpine3.19 AS dist

ARG restic_ver=0.16.3
ARG build_rev=1
ARG restic_ver=0.16.4
ARG build_rev=0


# Install build tools.
Expand Down
2 changes: 1 addition & 1 deletion 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.16.3-r1`, `0.16.3`, `0.16`, `latest`][201]
- [`0.16.4-r0`, `0.16.4`, `0.16`, `latest`][201]



Expand Down

0 comments on commit 65b2b3a

Please sign in to comment.