go image bump

This commit is contained in:
Daan 2025-04-22 21:36:28 +02:00
parent 6cf96de0b4
commit 83b4d96f42

View File

@ -1,4 +1,4 @@
FROM golang:1.23 AS compiler
FROM golang:1.24 AS compiler
WORKDIR /go
RUN apt-get update && apt-get install -y --no-install-recommends \