use another image
This commit is contained in:
@@ -6,7 +6,7 @@ COPY src src
|
|||||||
RUN go build -o /bin/api ./main.go
|
RUN go build -o /bin/api ./main.go
|
||||||
|
|
||||||
|
|
||||||
FROM debian:stable-slim@sha256:57bd74e95092e6d4c0cdb6e36ca3db5bb828c2f592788734d1a707a4b92e7755
|
FROM debian:stable
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY --from=builder /bin/api ./api
|
COPY --from=builder /bin/api ./api
|
||||||
|
|||||||
Reference in New Issue
Block a user