Skip to content

Commit b610240

Browse files
authored
Merge pull request #746 from mmiranda96/fix/update-go-1.20.3
Update Docker image to Go 1.20.3
2 parents aec734d + d229082 commit b610240

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414
ARG BASEIMAGE
1515

16-
FROM golang:1.20.0@sha256:f69d47fedd3b2ebd23bcf473c0b78522ebbc1823f06b7d47f45f04a30bdc901d as builder
16+
FROM golang:1.20.3@sha256:bcc311ec9655c350df3899611fdf134806f97a3e3b2c06c2b5c0696428503814 as builder
1717
LABEL maintainer="Andy Xie <[email protected]>"
1818

1919
ENV GOPATH /gopath/

0 commit comments

Comments
 (0)