diff --git a/Dockerfile b/Dockerfile index ff27704..fc4918a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ ############################ # STEP 1 build executable binary ############################ -FROM golang:1.21.6-alpine AS builder +FROM golang:1.22.0-alpine AS builder # Install git. # Git is required for fetching the dependencies.