Update go (#68)

Reviewed-on: phoenix/textsender-api#68
Co-authored-by: phoenix <mail@kundeng.us>
Co-committed-by: phoenix <mail@kundeng.us>
This commit is contained in:
2026-04-04 22:16:49 -04:00
committed by phoenix
parent a51979e724
commit 69a20cfbbe
5 changed files with 73 additions and 82 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
# Multi-stage Dockerfile for Go application
FROM golang:1.25.4 AS builder
FROM golang:1.26.1 AS builder
WORKDIR /app