update dockerfile base image -> go1.18

This commit is contained in:
Bradley Cicenas 2022-03-24 12:14:25 +00:00
parent 5271cf6d90
commit 9bc26c8296
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM quay.io/vektorcloud/go:1.15
FROM quay.io/vektorcloud/go:1.18
RUN apk add --no-cache make