Dependency updates
All checks were successful
Test and build / build (push) Successful in 45s

This commit is contained in:
2024-02-11 17:07:40 +01:00
parent e2c71dafbb
commit 0536803aff
3 changed files with 3 additions and 237 deletions

View File

@@ -1,4 +1,4 @@
FROM golang:1.20.4-alpine3.17 AS builder
FROM golang:1.22.0-alpine3.19 AS builder
# Install missing pkgs
RUN apk add --no-cache git