Skip to content

Commit

Permalink
Update Alpine to 3.13.3 version to fix CVEs
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranron committed Mar 26, 2021
1 parent 4e723ab commit c183ed8
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,24 @@ All user visible changes to this project will be documented in this file. This p



## [0.12.0-r2] · 2021-03-26
[0.12.0-r2]: /../../tree/0.12.0-r2

[Diff](/../../compare/0.12.0-r1...0.12.0-r2)

### Security updated

- [Alpine Linux] 3.13.3: <https://github.com/docker-library/official-images/commit/108c1e0b9f27e708f04fc3e577c6129248067927>




## [0.12.0-r1] · 2021-02-18
[0.12.0-r1]: /../../tree/0.12.0-r1

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

### Upgraded
### Security updated

- [Alpine Linux] 3.13.2: <https://github.com/docker-library/official-images/commit/629ce2163a502c16b78064eb3ea3c74b095b6745>

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-alpine AS dist

ARG restic_ver=0.12.0
ARG build_rev=1
ARG build_rev=2


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

# https://hub.docker.com/_/alpine
FROM alpine:3.13 AS runtime
FROM alpine:3.13.3 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-r1`, `0.12.0`, `0.12`, `latest`][201]
- [`0.12.0-r2`, `0.12.0`, `0.12`, `latest`][201]



Expand Down

0 comments on commit c183ed8

Please sign in to comment.