Updated Docker Go build version, updated version number

This commit is contained in:
Marc Ole Bulling
2024-05-29 13:49:06 +02:00
parent 09d25ff6a5
commit 08a81fa454
4 changed files with 4 additions and 4 deletions

View File

@@ -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

View File

@@ -1,4 +1,4 @@
FROM golang:1.22.1-bookworm
FROM golang:1.22.3-bookworm
## To compile:
## cd Gokapi/build/

View File

@@ -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"

View File

@@ -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