diff --git a/dockerfile b/dockerfile index 43e9462..9a43f11 100644 --- a/dockerfile +++ b/dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.22.0-alpine3.19 as build +FROM golang:1.22.2-alpine3.19 as build COPY . /src diff --git a/server/templates/base.html b/server/templates/base.html index f166a79..745bf0d 100644 --- a/server/templates/base.html +++ b/server/templates/base.html @@ -13,7 +13,7 @@
{{ template "content" . }}
-

Retro Hub v{{ .Version }} powered by Go, made by thelilfrog (Github, not available for old systems)

+

Retro Hub v{{ .Version }} powered by Go, made by thelilfrog (Source, may not display correctly on older system)

-{{ end }} \ No newline at end of file +{{ end }}