diff --git a/Dockerfile b/Dockerfile index 84ff5d3..d46f0ed 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.16 +FROM golang:1.26rc3 RUN apt-get update && apt-get --assume-yes install jq WORKDIR /go/src/app COPY app .