Skip to content

Commit

Permalink
Upgrade Alpine to 3.17 version (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranron committed Dec 2, 2022
1 parent 8e54325 commit 515d15d
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 4 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,20 @@ All user visible changes to this project will be documented in this file. This p



## [0.14.0-r1] · 2022-12-02
[0.14.0-r1]: /../../tree/0.14.0-r1

[Diff](/../../compare/0.14.0-r0...0.14.0-r1)

### Upgraded

- [Alpine Linux] 3.17: <https://www.alpinelinux.org/posts/Alpine-3.17.0-released.html> ([#12])

[#12]: /../../issues/12




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

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.19-alpine3.16 AS dist
FROM golang:1.19-alpine3.17 AS dist

ARG restic_ver=0.14.0
ARG build_rev=0
ARG build_rev=1


# Install build tools.
Expand Down Expand Up @@ -36,7 +36,7 @@ RUN cd /tmp/restic-* \
#

# https://hub.docker.com/_/alpine
FROM alpine:3.16 AS runtime
FROM alpine:3.17 AS runtime


# Install restic runtime dependencies and upgrade existing packages.
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.14.0-r0`, `0.14.0`, `0.14`, `latest`][201]
- [`0.14.0-r1`, `0.14.0`, `0.14`, `latest`][201]



Expand Down

0 comments on commit 515d15d

Please sign in to comment.