diff --git a/Dockerfile b/Dockerfile index acaf037..15534c9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Stage 1: Build -FROM golang:1.26.5-alpine AS builder +FROM golang:1.27.0-alpine AS builder ARG VERSION=dev ARG COMMIT=none