Compare commits

..

No commits in common. "7c123cdebc63ce872309d6aec1467566aa815a36" and "042b66787cd81be99650134d14f614f948cccd07" have entirely different histories.

View File

@ -1,4 +1,4 @@
FROM golang:1.23.6 AS build
FROM golang:1.23.5 AS build
WORKDIR /app