fix(deps): update all dependencies
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-12-09 19:23:50 +00:00
parent 0f5c75b4fd
commit fa70719f32
5 changed files with 102 additions and 89 deletions

View File

@@ -1,6 +1,6 @@
# syntax = docker/dockerfile:1.2
FROM golang:1.19.3-alpine AS build
FROM golang:1.19.4-alpine AS build
WORKDIR /src
RUN apk add --no-cache file
ENV GOMODCACHE /root/.cache/gocache