From 16785ee71726c17cff39cc49eb2694a564ace12d Mon Sep 17 00:00:00 2001 From: tyranron Date: Thu, 9 Jan 2025 12:44:55 +0200 Subject: [PATCH] Update Alpine to 3.21.2 version --- CHANGELOG.md | 12 ++++++++++++ Dockerfile | 2 +- README.md | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5440007..02218be 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 +## [0.17.3-r3] · 2025-01-09 +[0.17.3-r3]: /../../tree/0.17.3-r3 + +[Diff](/../../compare/0.17.3-r2...0.17.3-r3) + +### Security updated + +- [Alpine Linux] 3.21.2: + + + + ## [0.17.3-r2] · 2025-01-08 [0.17.3-r2]: /../../tree/0.17.3-r2 diff --git a/Dockerfile b/Dockerfile index f7ed358..a82b550 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ FROM golang:1.22-alpine3.21 AS dist ARG restic_ver=0.17.3 -ARG build_rev=2 +ARG build_rev=3 # Install build tools. diff --git a/README.md b/README.md index 84e4a60..9fbb055 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ restic Docker Image ## Supported tags and respective `Dockerfile` links -- [`0.17.3-r2`, `0.17.3`, `0.17`, `latest`][201] +- [`0.17.3-r3`, `0.17.3`, `0.17`, `latest`][201]