Compare commits

..

No commits in common. "ad2f3fef6194fd600e1c21c887e6032973fda2ed" and "bf7c04d34d41dd0a42f0ebcbb3554634cfa25fc5" have entirely different histories.

View file

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