From d988eea7788ca9c42eb926b2f9e3999d99201f2b Mon Sep 17 00:00:00 2001 From: Nicolas Favre-Felix Date: Sun, 25 Apr 2021 12:15:14 -0700 Subject: [PATCH] Release 0.1.15 * Fixed compilation warnings * Fixed code quality issues found by CodeQL * Upgraded base image from alpine:3.12.6 to alpine:3.12.7 See CWE-125 and CVE-2021-30139). This is *not* a security issue if you just use the webdis image to run the service, but could be if you're building a new Docker image using webdis as a base image. --- src/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/version.h b/src/version.h index 478e0ff..c4b73f8 100644 --- a/src/version.h +++ b/src/version.h @@ -2,7 +2,7 @@ #define VERSION_H #ifndef WEBDIS_VERSION -#define WEBDIS_VERSION "0.1.15-dev" +#define WEBDIS_VERSION "0.1.15" #endif #endif /* VERSION_H */