chore(deps): update golang docker tag to v1.19.3
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
Kasper Juul Hermansen 2022-11-01 19:50:24 +00:00
parent 17b91274b8
commit a2ca86ddc7

View File

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