some updates

This commit is contained in:
ston1th 2021-11-28 16:58:47 +01:00
commit a6b7574741
7 changed files with 51 additions and 97 deletions

View file

@ -1,4 +1,4 @@
FROM golang:1.17.1-alpine3.14 as builder
FROM golang:1.17.3-alpine3.14 as builder
ARG ARCH
ARG LDFLAGS
RUN adduser -D -g 65532 -u 65532 appuser \