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