chore(deps): bump golang from 1.19.2 to 1.19.3

Bumps golang from 1.19.2 to 1.19.3.
This commit is contained in:
2022-11-03 21:09:19 +00:00
parent c74ef9f122
commit 4c8fbf2f43
+1 -1
View File
@@ -1,4 +1,4 @@
FROM golang:1.19.2 as build
FROM golang:1.19.3 as build
WORKDIR /build
ENV CGO_ENABLED=0
ADD . /build