use another image
All checks were successful
Build and Push Docker Image / Explore-Gitea-Actions (push) Successful in 32s

This commit is contained in:
Tim
2024-07-30 09:44:36 +02:00
parent 5883fc0c3a
commit 1554d75afc

View File

@@ -6,7 +6,7 @@ COPY src src
RUN go build -o /bin/api ./main.go
FROM debian:stable-slim@sha256:57bd74e95092e6d4c0cdb6e36ca3db5bb828c2f592788734d1a707a4b92e7755
FROM debian:stable
WORKDIR /app
COPY --from=builder /bin/api ./api