diff --git a/Dockerfile b/Dockerfile index 5d994a2..5aae677 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.22.1-alpine AS build_base +FROM golang:1.22.3-alpine AS build_base ## Usage: ## docker build . -t gokapi diff --git a/build/Dockerfile b/build/Dockerfile index c6f919d..d98cacd 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.22.1-bookworm +FROM golang:1.22.3-bookworm ## To compile: ## cd Gokapi/build/ diff --git a/cmd/gokapi/Main.go b/cmd/gokapi/Main.go index b086804..1652aa9 100644 --- a/cmd/gokapi/Main.go +++ b/cmd/gokapi/Main.go @@ -32,7 +32,7 @@ import ( // versionGokapi is the current version in readable form. // Other version numbers can be modified in /build/go-generate/updateVersionNumbers.go -const versionGokapi = "1.8.3" +const versionGokapi = "1.8.4" // The following calls update the version numbers, update documentation, minify Js/CSS and build the WASM modules //go:generate go run "../../build/go-generate/updateVersionNumbers.go" diff --git a/internal/webserver/web/templates/string_constants.tmpl b/internal/webserver/web/templates/string_constants.tmpl index 6cf4e85..9d6d3ef 100644 --- a/internal/webserver/web/templates/string_constants.tmpl +++ b/internal/webserver/web/templates/string_constants.tmpl @@ -1,5 +1,5 @@ // Change these for rebranding -{{define "version"}}1.8.3{{end}} +{{define "version"}}1.8.4{{end}} // Specifies the version of JS files, so that the browser doesn't // use a cached version, if the file has been updated