Skip to content

Commit

Permalink
Update Alpine to 3.20.2 version to fix CVE-2024-5535
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranron committed Jul 26, 2024
1 parent 756cfec commit c9d78bf
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



## [alpine3.20-r2] · 2024-07-26
[alpine3.20-r2]: /../../tree/alpine3.20-r2

[Diff](/../../compare/alpine3.20-r1...alpine3.20-r2)

### Security updated

- [Alpine Linux] 3.20.2: <https://github.com/docker-library/official-images/commit/1a994d381a873e6f9579843dd1eebf64bc50e831>




## [alpine3.20-r1] · 2024-06-21
[alpine3.20-r1]: /../../tree/alpine3.20-r1

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
ARG alpine_ver=3.20
FROM alpine:${alpine_ver}

ARG build_rev=1
ARG build_rev=2


# Install Rsync and SSH.
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 @@ Rsync + SSH Docker image

## Supported tags and respective `Dockerfile` links

- [`alpine3.20-r1`, `alpine3.20`, `alpine`, `latest`][d1]
- [`alpine3.20-r2`, `alpine3.20`, `alpine`, `latest`][d1]



Expand Down

0 comments on commit c9d78bf

Please sign in to comment.