docker: bump to golang:1.16.5-alpine3.13

This commit is contained in:
Saj Goonatilleke 2021-06-05 05:27:43 +10:00
parent 21e68c4184
commit 0dbd380fe3
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM golang:1.15.5-alpine3.12 AS builder
FROM golang:1.16.5-alpine3.13 AS builder
RUN apk -v --no-progress --no-cache add git