Skip to content

Commit

Permalink
Upgrade restic to 0.14.0 version
Browse files Browse the repository at this point in the history
- upgrade Go to 1.19 version
  • Loading branch information
tyranron committed Aug 26, 2022
1 parent 3c30a34 commit e6b1eae
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 4 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,19 @@ All user visible changes to this project will be documented in this file. This p



## [0.14.0-r0] · 2022-08-26
[0.14.0-r0]: /../../tree/0.14.0-r0

[Diff](/../../compare/0.13.1-r3...0.14.0-r0)

### Upgraded

- [restic] 0.14.0: <https://github.com/restic/restic/releases/tag/v0.14.0>
- [Go] 1.19: <https://go.dev/doc/go1.19>




## [0.13.1-r3] · 2022-08-10
[0.13.1-r3]: /../../tree/0.13.1-r3

Expand Down
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
#

# https://hub.docker.com/_/golang
FROM golang:1.18-alpine3.16 AS dist
FROM golang:1.19-alpine3.16 AS dist

ARG restic_ver=0.13.1
ARG build_rev=3
ARG restic_ver=0.14.0
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.13.1-r3`, `0.13.1`, `0.13`, `latest`][201]
- [`0.14.0-r0`, `0.14.0`, `0.14`, `latest`][201]



Expand Down

0 comments on commit e6b1eae

Please sign in to comment.