From c6d263b1ef7c8f9702ea732171e88621a0d2754d Mon Sep 17 00:00:00 2001 From: tyranron Date: Wed, 4 Oct 2023 13:49:20 +0300 Subject: [PATCH] Update Alpine to 3.18.4 version --- CHANGELOG.md | 12 ++++++++++++ Dockerfile | 4 ++-- README.md | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c2fd65..1475898 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,18 @@ All user visible changes to this project will be documented in this file. This p +## [alpine3.18-r4] · 2023-10-04 +[alpine3.18-r4]: /../../tree/alpine3.18-r4 + +[Diff](/../../compare/alpine3.18-r3...alpine3.18-r4) + +### Security updated + +- [Alpine Linux] 3.18.4: + + + + ## [alpine3.18-r3] · 2023-08-09 [alpine3.18-r3]: /../../tree/alpine3.18-r3 diff --git a/Dockerfile b/Dockerfile index 349dfc7..8ccebfb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,8 @@ # https://hub.docker.com/_/alpine -ARG alpine_ver=3.18.3 +ARG alpine_ver=3.18 FROM alpine:${alpine_ver} -ARG build_rev=3 +ARG build_rev=4 # Install Rsync and SSH. diff --git a/README.md b/README.md index e06212c..2ccd920 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Rsync + SSH Docker image ## Supported tags and respective `Dockerfile` links -- [`alpine3.18-r3`, `alpine3.18`, `alpine`, `latest`][d1] +- [`alpine3.18-r4`, `alpine3.18`, `alpine`, `latest`][d1]