use another image
This commit is contained in:
@@ -8,6 +8,8 @@ RUN go build -o /bin/api ./main.go
|
||||
|
||||
FROM debian:stable
|
||||
|
||||
RUN apt-get update && apt-get install -y ca-certificates
|
||||
RUN update-ca-certificates
|
||||
WORKDIR /app
|
||||
COPY --from=builder /bin/api ./api
|
||||
COPY migrations ./migrations
|
||||
|
||||
Reference in New Issue
Block a user