diff --git a/Dockerfile b/Dockerfile index 588fcc9..18643e0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.21-alpine AS builder +FROM golang:latest AS builder WORKDIR /app @@ -18,4 +18,4 @@ COPY --from=builder /app/certs ./certs EXPOSE 8080 -CMD ["./main"] \ No newline at end of file +CMD ["./main"]