Latest udpates

This commit is contained in:
2021-12-10 23:09:57 +01:00
parent d6fd4e705f
commit d4e394fa6b
4 changed files with 40 additions and 83 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