Skip to content

Commit

Permalink
Update Alpine to 3.17.2 version to fix CVE-2023-0286 (and friends)
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranron committed Feb 13, 2023
1 parent 1d3b278 commit d6cece9
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 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.15.1-r1] · 2023-02-13
[0.15.1-r1]: /../../tree/0.15.1-r1

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

### Security updated

- [Alpine Linux] 3.17.2: <https://github.com/docker-library/official-images/commit/5819aa56167e9874ef65e35da8277dc71b3ecee6>




## [0.15.1-r0] · 2023-01-31
[0.15.1-r0]: /../../tree/0.15.1-r0

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
FROM golang:1.19-alpine3.17 AS dist

ARG restic_ver=0.15.1
ARG build_rev=0
ARG build_rev=1


# Install build tools.
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.15.1-r0`, `0.15.1`, `0.15`, `latest`][201]
- [`0.15.1-r1`, `0.15.1`, `0.15`, `latest`][201]



Expand Down

0 comments on commit d6cece9

Please sign in to comment.