Skip to content

Commit 26b8b98

Browse files
committed
Update Alpine to 3.21.3 version
1 parent 68e8305 commit 26b8b98

3 files changed

Lines changed: 15 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,18 @@ All user visible changes to this project will be documented in this file. This p
66

77

88

9+
## [alpine3.21-r3] · 2025-02-17
10+
[alpine3.21-r3]: /../../tree/alpine3.21-r3
11+
12+
[Diff](/../../compare/alpine3.21-r2...alpine3.21-r3)
13+
14+
### Security updated
15+
16+
- [Alpine Linux] 3.21.3: <https://github.com/docker-library/official-images/commit/a536b8d448389cbe8691ab77986e2cbaff01005f>
17+
18+
19+
20+
921
## [alpine3.21-r2] · 2025-01-09
1022
[alpine3.21-r2]: /../../tree/alpine3.21-r2
1123

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
ARG alpine_ver=3.21
33
FROM alpine:${alpine_ver}
44

5-
ARG build_rev=2
5+
ARG build_rev=3
66

77

88
# Install Rsync and SSH.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Rsync + SSH Docker image
22
========================
33

44
[![Release](https://img.shields.io/github/v/release/instrumentisto/rsync-ssh-docker-image "Release")](https://github.com/instrumentisto/rsync-ssh-docker-image/releases)
5-
[![CI](https://github.com/instrumentisto/rsync-ssh-docker-image/workflows/CI/badge.svg?branch=main "CI")](https://github.com/instrumentisto/rsync-ssh-docker-image/actions?query=workflow%3ACI+branch%3Amain)
5+
[![CI](https://github.com/instrumentisto/rsync-ssh-docker-image/actions/workflows/ci.yml/badge.svg?branch=main "CI")](https://github.com/instrumentisto/rsync-ssh-docker-image/actions?query=workflow%3ACI+branch%3Amain)
66
[![Docker Hub](https://img.shields.io/docker/pulls/instrumentisto/rsync-ssh?label=Docker%20Hub%20pulls "Docker Hub pulls")](https://hub.docker.com/r/instrumentisto/rsync-ssh)
77

88
[Docker Hub](https://hub.docker.com/r/instrumentisto/rsync-ssh)
@@ -16,7 +16,7 @@ Rsync + SSH Docker image
1616

1717
## Supported tags and respective `Dockerfile` links
1818

19-
- [`alpine3.21-r2`, `alpine3.21`, `alpine`, `latest`][d1]
19+
- [`alpine3.21-r3`, `alpine3.21`, `alpine`, `latest`][d1]
2020

2121

2222

0 commit comments

Comments
 (0)