diff --git a/Dockerfile b/Dockerfile index 62be062..013e66e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use the official Golang image as the build environment -FROM golang:1.20 as builder +FROM golang:1.23 as builder # Set the working directory inside the container WORKDIR /app