chore(deps): update golang docker tag to v1.19.3 #24

Merged
kjuulh merged 1 commits from renovate/all into main 2022-11-01 21:09:42 +01:00
Showing only changes of commit a2ca86ddc7 - Show all commits

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