Skip to content

Commit

Permalink
Update Alpine to 3.14.1 version to fix CVE-2021-36159
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranron committed Aug 9, 2021
1 parent 682cd32 commit a7e3b20
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.12.0-r6] · 2021-08-09
[0.12.0-r6]: /../../tree/0.12.0-r6

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

### Security updated

- [Alpine Linux] 3.14.1: <https://github.com/docker-library/official-images/commit/a52e64df36ca65954c6c7f57ad242634e834c73a>




## [0.12.0-r5] · 2021-06-28
[0.12.0-r5]: /../../tree/0.12.0-r5

Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
FROM golang:1.15-alpine3.14 AS dist

ARG restic_ver=0.12.0
ARG build_rev=5
ARG build_rev=6


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

# https://hub.docker.com/_/alpine
FROM alpine:3.14 AS runtime
FROM alpine:3.14.1 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-r5`, `0.12.0`, `0.12`, `latest`][201]
- [`0.12.0-r6`, `0.12.0`, `0.12`, `latest`][201]



Expand Down

0 comments on commit a7e3b20

Please sign in to comment.