Skip to content

Commit

Permalink
Upgrade Alpine to 3.20 version
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranron committed May 24, 2024
1 parent 345da0e commit 266ebc7
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.20-r0] · 2024-05-24
[alpine3.20-r0]: /../../tree/alpine3.20-r0

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

### Upgraded

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




## [alpine3.19-r1] · 2024-01-29
[alpine3.19-r1]: /../../tree/alpine3.19-r1

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

ARG build_rev=1
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.19-r1`, `alpine3.19`, `alpine`, `latest`][d1]
- [`alpine3.20-r0`, `alpine3.20`, `alpine`, `latest`][d1]



Expand Down

0 comments on commit 266ebc7

Please sign in to comment.