1
0
Fork 0

feat: Bump Go version to 1.17 in Dockerfile

main
Ambrose Chua 2021-11-16 12:25:41 +08:00 committed by GitHub
parent 6ac1164f07
commit 6dd3486aa8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM golang:1.15-alpine3.12 AS build
FROM golang:1.17 AS build
RUN apk add \
make