From 076a57094401924fa5d572b420fb3546722688eb Mon Sep 17 00:00:00 2001 From: thediveo Date: Sat, 24 Feb 2024 21:25:45 +0100 Subject: [PATCH] chore: alpine cve upgrade Signed-off-by: thediveo --- defs_version.go | 2 +- deployments/gostwire/Dockerfile | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/defs_version.go b/defs_version.go index c6109bc..54ca881 100644 --- a/defs_version.go +++ b/defs_version.go @@ -4,4 +4,4 @@ package gostwire // SemVersion is the semantic version string of the ghostwire module. -const SemVersion = "2.3.0-4-g1927622" +const SemVersion = "2.4.0-1-g7c495d8" diff --git a/deployments/gostwire/Dockerfile b/deployments/gostwire/Dockerfile index 5c004af..88077f2 100644 --- a/deployments/gostwire/Dockerfile +++ b/deployments/gostwire/Dockerfile @@ -9,8 +9,8 @@ # versions might work, so you'll need to check Docker hub for the available base # image versions. ARG ALPINE_VERSION=3.19 -ARG ALPINE_PATCH=0 -ARG GO_VERSION=1.21.6 +ARG ALPINE_PATCH=1 +ARG GO_VERSION=1.21.7 ARG NODE_VERSION=21 # Go build settings