chore(deps): bump golang from 1.21.0 to 1.21.1

Bumps golang from 1.21.0 to 1.21.1.
This commit is contained in:
2023-09-06 21:09:29 +00:00
parent 5851819212
commit acfaa667f8
+1 -1
View File
@@ -1,4 +1,4 @@
FROM golang:1.21.0 as build
FROM golang:1.21.1 as build
WORKDIR /build
ENV CGO_ENABLED=0
ADD . /build