Reworking stuff

This commit is contained in:
2023-05-08 15:29:19 +02:00
parent c4a97644ed
commit 61590f684e
25 changed files with 1349 additions and 883 deletions

View File

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