Compare commits

..

No commits in common. "8baeb8cab98cd451c323dc6c86fcb3d5ec094aa4" and "ded44e6b19b0e29cad9be595e797fe43652a7a54" have entirely different histories.

View file

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