Pin dependencies
All checks were successful
Build Docker Image / Explore-Gitea-Actions (push) Successful in 8s

This commit is contained in:
2024-07-30 14:39:46 +00:00
parent d27f27b34a
commit 05604c976b
2 changed files with 3 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ COPY src src
RUN go build -o /bin/api ./main.go
FROM debian:stable-slim
FROM debian:stable-slim@sha256:57bd74e95092e6d4c0cdb6e36ca3db5bb828c2f592788734d1a707a4b92e7755
RUN apt-get update && apt-get install -y ca-certificates
WORKDIR /app