Update Go version in dockerfile

This commit is contained in:
Abdul Rabbani 2022-05-27 14:12:23 -04:00
parent 4817674c5c
commit 27d9413544

View File

@ -1,4 +1,4 @@
FROM golang:1.16-alpine as builder
FROM golang:1.18-alpine as builder
RUN apk --update --no-cache add make git g++ linux-headers
# DEBUG