Updated readme and stuff

This commit is contained in:
2022-01-22 15:51:14 +01:00
parent 795222f342
commit 113c177bdc
4 changed files with 9 additions and 29 deletions

View File

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