chore(deps): update golang docker tag to v1.19.3
This commit is contained in:
parent
17b91274b8
commit
a2ca86ddc7
@ -1,6 +1,6 @@
|
|||||||
# syntax = docker/dockerfile:1.2
|
# syntax = docker/dockerfile:1.2
|
||||||
|
|
||||||
FROM golang:1.19.2-alpine AS build
|
FROM golang:1.19.3-alpine AS build
|
||||||
WORKDIR /src
|
WORKDIR /src
|
||||||
RUN apk add --no-cache file
|
RUN apk add --no-cache file
|
||||||
ENV GOMODCACHE /root/.cache/gocache
|
ENV GOMODCACHE /root/.cache/gocache
|
||||||
|
Reference in New Issue
Block a user