diff --git a/Dockerfile b/Dockerfile index 1d88436..1932854 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build stage -FROM golang:1.23-alpine AS builder +FROM golang:1.26-alpine AS builder WORKDIR /app