chore(deps): bump golang from 1.20.0 to 1.20.1

Bumps golang from 1.20.0 to 1.20.1.
This commit is contained in:
2023-02-15 21:09:30 +00:00
parent 6729ae6a25
commit 33fd2b89ec
+1 -1
View File
@@ -1,4 +1,4 @@
FROM golang:1.20.0 as build
FROM golang:1.20.1 as build
WORKDIR /build
ENV CGO_ENABLED=0
ADD . /build