Compare commits

..

No commits in common. "43d5608a51f993eb281f741e21f93c094d7344cd" and "883ff8b7d1ae4906e769a82f9d2e3240faa56cd5" have entirely different histories.

View File

@ -1,4 +1,6 @@
FROM golang:1.24 AS build
FROM golang:1.20-alpine AS build
RUN apk --no-cache add tzdata
WORKDIR /src
COPY . .