From 713317a4a0b27128fcd5859801f886163891db13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lie=20DELHAIE?= Date: Mon, 8 Apr 2024 17:38:10 +0200 Subject: [PATCH] chage source link, update go --- dockerfile | 2 +- server/templates/base.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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 }}