From d6d1a11dda3a997a1315c47e69a76b11c4eda2f8 Mon Sep 17 00:00:00 2001 From: Lewis Date: Mon, 11 May 2026 13:25:58 +0300 Subject: [PATCH] feat: bump to v1.14 Lewis: May this revision serve well! --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0b01b41..e5430aa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ from golang:1.25-alpine as builder env CGO_ENABLED=1 -arg TAG='v1.13.0-alpha' +arg TAG='v1.14.0-alpha' workdir /app run apk add git gcc musl-dev -- 2.51.2