Pin debian Docker tag to 6c07c2a
All checks were successful
Build Docker Image / Explore-Gitea-Actions (push) Successful in 9s
All checks were successful
Build Docker Image / Explore-Gitea-Actions (push) Successful in 9s
This commit is contained in:
@@ -6,7 +6,7 @@ COPY src src
|
||||
RUN go build -o /bin/api ./main.go
|
||||
|
||||
|
||||
FROM debian:stable
|
||||
FROM debian:stable@sha256:6c07c2a542b2f1f477bb9b2f218e3b1f46266ec5db68801ad3129a36bff89004
|
||||
|
||||
WORKDIR /app
|
||||
COPY --from=builder /bin/api ./api
|
||||
|
||||
Reference in New Issue
Block a user