Added stuff

This commit is contained in:
2021-12-11 02:11:48 +01:00
parent e91582831a
commit b226db5171
11 changed files with 497 additions and 27 deletions

View File

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