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