Skip to content

Commit

Permalink
Update Alpine to 3.21.2 version
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranron committed Jan 9, 2025
1 parent 7a5f504 commit 68e8305
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.21-r2] · 2025-01-09
[alpine3.21-r2]: /../../tree/alpine3.21-r2

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

### Security updated

- [Alpine Linux] 3.21.2: <https://github.com/docker-library/official-images/commit/824cefde693b820f783266fda449588ca583a1b0>




## [alpine3.21-r1] · 2025-01-08
[alpine3.21-r1]: /../../tree/alpine3.21-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.21
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.21-r1`, `alpine3.21`, `alpine`, `latest`][d1]
- [`alpine3.21-r2`, `alpine3.21`, `alpine`, `latest`][d1]



Expand Down

0 comments on commit 68e8305

Please sign in to comment.