[skip ci] Reverting test changes

This commit is contained in:
SnskArora 2025-06-02 21:13:19 +05:30
parent df3bcd85ee
commit 9fcdc72f09
No known key found for this signature in database
GPG key ID: 6EC7FEA48093AB59
4 changed files with 3 additions and 27 deletions

View file

@ -5,7 +5,7 @@ RUN go mod tidy
RUN CGO_ENABLED=0 go build -o app .
FROM alpine:3.14
LABEL org.opencontainers.image.source=https://github.com/snskarora/manual-approval
LABEL org.opencontainers.image.source=https://github.com/trstringer/manual-approval
RUN apk update && apk add ca-certificates
COPY --from=builder /var/app/app /var/app/app
CMD ["/var/app/app"]