diff --git a/Dockerfile b/Dockerfile index 4bb56a6..a68e01a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use the official Golang image for building the application -FROM golang:1.26.3 AS builder +FROM golang:1.26.4 AS builder # Set the working directory inside the container WORKDIR /app