Skip to content

Commit f2364c3

Browse files
committed
Upgrade Alpine to 3.18 version
1 parent f396bfc commit f2364c3

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.18-r0] · 2023-05-10
10+
[alpine3.18-r0]: /../../tree/alpine3.18-r0
11+
12+
[Diff](/../../compare/alpine3.17-r3...alpine3.18-r0)
13+
14+
### Upgraded
15+
16+
- [Alpine Linux] 3.18: <https://www.alpinelinux.org/posts/Alpine-3.18.0-released.html>
17+
18+
19+
20+
921
## [alpine3.17-r3] · 2023-03-31
1022
[alpine3.17-r3]: /../../tree/alpine3.17-r3
1123

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# https://hub.docker.com/_/alpine
2-
ARG alpine_ver=3.17
2+
ARG alpine_ver=3.18
33
FROM alpine:${alpine_ver}
44

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

77

88
# Install Rsync and SSH.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Rsync + SSH Docker image
1616

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

19-
- [`alpine3.17-r3`, `alpine3.17`, `alpine`, `latest`][d1]
19+
- [`alpine3.18-r0`, `alpine3.18`, `alpine`, `latest`][d1]
2020

2121

2222

0 commit comments

Comments
 (0)