Loads of updates

This commit is contained in:
2021-06-22 22:52:48 +02:00
parent 8dc20a4eb0
commit ccafd60923
18 changed files with 1206 additions and 125 deletions

View File

@@ -1,4 +1,4 @@
FROM golang:1.15.6-alpine AS builder
FROM golang:1.16.5-alpine3.13 AS builder
# Install missing pkgs
RUN apk add --no-cache git