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