From c1a8fcd4fb1476a4f5fb71b6deb6aecae5869a14 Mon Sep 17 00:00:00 2001 From: tyranron Date: Tue, 10 Jan 2023 17:10:48 +0100 Subject: [PATCH] Update Alpine to 3.17.1 version to fix CVE-2022-3996 --- CHANGELOG.md | 12 ++++++++++++ Dockerfile | 2 +- README.md | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cc5ad14..b7aa57b 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.14.0-r2] · 2023-01-10 +[0.14.0-r2]: /../../tree/0.14.0-r2 + +[Diff](/../../compare/0.14.0-r1...0.14.0-r2) + +### Security updated + +- [Alpine Linux] 3.17.1: + + + + ## [0.14.0-r1] · 2022-12-02 [0.14.0-r1]: /../../tree/0.14.0-r1 diff --git a/Dockerfile b/Dockerfile index 5e8dc05..856cbbf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ FROM golang:1.19-alpine3.17 AS dist ARG restic_ver=0.14.0 -ARG build_rev=1 +ARG build_rev=2 # Install build tools. diff --git a/README.md b/README.md index a42166d..3ef0388 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ restic Docker Image ## Supported tags and respective `Dockerfile` links -- [`0.14.0-r1`, `0.14.0`, `0.14`, `latest`][201] +- [`0.14.0-r2`, `0.14.0`, `0.14`, `latest`][201]