Skip to content

Commit

Permalink
Upgrade Alpine to 3.14 version
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranron committed Jun 28, 2021
1 parent abeaa79 commit 682cd32
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 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.12.0-r5] · 2021-06-28
[0.12.0-r5]: /../../tree/0.12.0-r5

[Diff](/../../compare/0.12.0-r4...0.12.0-r5)

### Upgraded

- [Alpine Linux] 3.14: <https://www.alpinelinux.org/posts/Alpine-3.14.0-released.html>




## [0.12.0-r4] · 2021-04-15
[0.12.0-r4]: /../../tree/0.12.0-r4

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.15-alpine3.13 AS dist
FROM golang:1.15-alpine3.14 AS dist

ARG restic_ver=0.12.0
ARG build_rev=4
ARG build_rev=5


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

# https://hub.docker.com/_/alpine
FROM alpine:3.13.5 AS runtime
FROM alpine:3.14 AS runtime

LABEL org.opencontainers.image.source="\
https://github.com/instrumentisto/restic-docker-image"
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.12.0-r4`, `0.12.0`, `0.12`, `latest`][201]
- [`0.12.0-r5`, `0.12.0`, `0.12`, `latest`][201]



Expand Down

0 comments on commit 682cd32

Please sign in to comment.