diff --git a/ui/Dockerfile b/ui/Dockerfile index 3a0eb2d..12e543f 100644 --- a/ui/Dockerfile +++ b/ui/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.25.6-alpine AS builder +FROM golang:1.26.0-alpine AS builder ARG VERSION=undefined