Compare commits

..

No commits in common. "ec75830d10bc892aa5df44e76b95c4b728f15dc1" and "75d125c7aefc68c54d2d3dcd238f82ad3704eb25" have entirely different histories.

View file

@ -1,4 +1,4 @@
FROM golang:1.22-alpine3.18 AS build_deps
FROM golang:1.21-alpine3.18 AS build_deps
RUN apk add --no-cache git