Skip to content

Commit

Permalink
*: use go1.18 in the dockerfile (pingcap#34481)
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkingrei authored May 9, 2022
1 parent 9f15cac commit 71bfde9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

# Builder image
FROM golang:1.16-alpine as builder
FROM golang:1.18.1-alpine as builder

RUN apk add --no-cache \
wget \
Expand Down

0 comments on commit 71bfde9

Please sign in to comment.