Skip to content

Commit

Permalink
Update Alpine to 3.14.2 version to fix CVE-2021-3711 and CVE-2021-3712
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranron committed Aug 30, 2021
1 parent a7e3b20 commit 88c6ef3
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-r7] · 2021-08-30
[0.12.0-r7]: /../../tree/0.12.0-r7

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

### Security updated

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




## [0.12.0-r6] · 2021-08-09
[0.12.0-r6]: /../../tree/0.12.0-r6

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=6
ARG build_rev=7


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

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



Expand Down

0 comments on commit 88c6ef3

Please sign in to comment.