build: bump purego to build against newer go

Signed-off-by: Rui Chen <rui@chenrui.dev>
This commit is contained in:
Rui Chen
2025-05-23 23:35:20 -04:00
parent ea52318be6
commit d512770c10
3 changed files with 6 additions and 35 deletions

View File

@@ -1,4 +1,4 @@
FROM golang:1.24.2-alpine3.21 AS builder
FROM golang:1.24.3-alpine3.21 AS builder
WORKDIR /app
COPY . /app