Skip to content

Commit

Permalink
Upgrade Alpine to 3.21 version
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranron committed Dec 6, 2024
1 parent 4cda1af commit 8da574e
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 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-r0] · 2024-12-06
[alpine3.21-r0]: /../../tree/alpine3.21-r0

[Diff](/../../compare/alpine3.20-r3...alpine3.21-r0)

### Upgraded

- [Alpine Linux] 3.21: <https://www.alpinelinux.org/posts/Alpine-3.21.0-released.html>




## [alpine3.20-r3] · 2024-09-09
[alpine3.20-r3]: /../../tree/alpine3.20-r3

Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# https://hub.docker.com/_/alpine
ARG alpine_ver=3.20
ARG alpine_ver=3.21
FROM alpine:${alpine_ver}

ARG build_rev=3
ARG build_rev=0


# 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-r3`, `alpine3.20`, `alpine`, `latest`][d1]
- [`alpine3.21-r0`, `alpine3.21`, `alpine`, `latest`][d1]



Expand Down

0 comments on commit 8da574e

Please sign in to comment.