diff --git a/Dockerfile b/Dockerfile index 71a3bb4..24ac87d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Fetch or build all required binaries -FROM golang:1.19 as builder +FROM golang:1.19.9 as builder ARG VERSION_REF RUN test -n "${VERSION_REF}"