diff --git a/Dockerfile b/Dockerfile index 92e32c9..78df3b3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Stage 1: Build the Go binary -FROM golang:1.22-alpine AS builder +FROM golang:1.23-alpine AS builder # Set the working directory inside the container WORKDIR /app