Updating versions and changing log system
Some checks failed
continuous-integration/drone Build encountered an error

This commit is contained in:
2023-02-20 23:54:02 +01:00
parent 16c57cc424
commit c4a97644ed
14 changed files with 324 additions and 143 deletions

View File

@@ -1,4 +1,4 @@
FROM golang:1.18.1-alpine3.15 AS builder
FROM golang:1.19.6-alpine3.17 AS builder
# Install missing pkgs
RUN apk add --no-cache git