bump go dependencies

Signed-off-by: Tim Ramlot <42113979+inteon@users.noreply.github.com>
This commit is contained in:
Tim Ramlot
2024-06-28 12:01:48 +02:00
parent e57412778d
commit e9a039cd12
3 changed files with 282 additions and 412 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM golang:1.21-alpine3.18 AS build_deps
FROM golang:1.22-alpine3.19 AS build_deps
RUN apk add --no-cache git