Skip to content

Commit

Permalink
Update Alpine to 3.19.1 version to fix CVE-2023-6129, CVE-2023-6237 and
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranron committed Jan 29, 2024
1 parent 5f3259d commit 27cdca6
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.19-r1] · 2024-01-29
[alpine3.19-r1]: /../../tree/alpine3.19-r1

[Diff](/../../compare/alpine3.19-r0...alpine3.19-r1)

### Security updated

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




## [alpine3.19-r0] · 2023-12-08
[alpine3.19-r0]: /../../tree/alpine3.19-r0

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.19
FROM alpine:${alpine_ver}

ARG build_rev=0
ARG build_rev=1


# 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.19-r0`, `alpine3.19`, `alpine`, `latest`][d1]
- [`alpine3.19-r1`, `alpine3.19`, `alpine`, `latest`][d1]



Expand Down

0 comments on commit 27cdca6

Please sign in to comment.