docker: use go1.18

This commit is contained in:
Matthew Penner 2022-10-04 20:42:48 -06:00
parent 6fb61261b0
commit f5a64a0d7f
No known key found for this signature in database

View File

@ -1,5 +1,5 @@
# Stage 1 (Build)
FROM golang:1.17-alpine AS builder
FROM golang:1.18-alpine AS builder
ARG VERSION
RUN apk add --update --no-cache git make