docker: use go1.18
This commit is contained in:
parent
6fb61261b0
commit
f5a64a0d7f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user