Skip to content

Commit 87e7d9c

Browse files
authored
Update docker go build version to 1.21 (#1758)
1 parent 928264c commit 87e7d9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Dockerfile References: https://docs.docker.com/engine/reference/builder/
22

33
# Start from the latest golang base image
4-
FROM golang:1.20-alpine as builder
4+
FROM golang:1.21-alpine as builder
55

66
# Set the Current Working Directory inside the container
77
WORKDIR /app

0 commit comments

Comments
 (0)