diff --git a/Dockerfile b/Dockerfile index 3a019b5..ce332ae 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build API-Server executable -FROM golang:1.25-alpine AS builder +FROM golang:1.26-alpine AS builder WORKDIR /app