From 2570ab3224b6650ba950ad37c6e4a793198423bf Mon Sep 17 00:00:00 2001 From: Landon Cox Date: Wed, 31 Dec 2025 16:55:57 -0800 Subject: [PATCH] Updated Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 26128a22..82afb9ac 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build stage -FROM golang:1.23-alpine AS builder +FROM golang:1.25-alpine AS builder WORKDIR /app