fix: image version
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
Rob Watson 2023-07-16 09:07:02 +02:00
parent 6a8af667c3
commit 9cdf907247

View File

@ -1,4 +1,4 @@
FROM golang:1.20-alpine3.15 as go-builder
FROM golang:1.20-alpine3.18 as go-builder
ENV GOPATH ""
RUN apk add git