chage source link, update go

This commit is contained in:
2024-04-08 17:38:10 +02:00
parent f9e3d41c62
commit 713317a4a0
2 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
FROM golang:1.22.0-alpine3.19 as build FROM golang:1.22.2-alpine3.19 as build
COPY . /src COPY . /src

View File

@@ -13,7 +13,7 @@
<hr/> <hr/>
{{ template "content" . }} {{ template "content" . }}
<hr/> <hr/>
<p>Retro Hub v{{ .Version }} powered by Go, made by thelilfrog (<a href="https://github.com/mojitaurelie">Github</a>, not available for old systems)</p> <p>Retro Hub v{{ .Version }} powered by Go, made by thelilfrog (<a href="https://git.thelilfrog.com/thelilfrog/retrohub">Source</a>, may not display correctly on older system)</p>
</body> </body>
</html> </html>
{{ end }} {{ end }}