mirror of
https://github.com/Forceu/Gokapi.git
synced 2026-01-08 01:49:33 -06:00
Updated Docker Go build version, updated version number
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM golang:1.22.1-bookworm
|
||||
FROM golang:1.22.3-bookworm
|
||||
|
||||
## To compile:
|
||||
## cd Gokapi/build/
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user