diff --git a/Dockerfile b/Dockerfile index 9185f1e..e7cd6a8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.21-alpine as builder +FROM golang:1.22-alpine as builder WORKDIR /workspace # Copy the Go Modules manifests