diff --git a/Dockerfile b/Dockerfile index 9d550bc..c456ba8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.23.0 +FROM golang:1.23.1 RUN apt-get update && apt-get install --yes jq