diff --git a/api/Dockerfile b/api/Dockerfile index 5a34169..cbaefc9 100644 --- a/api/Dockerfile +++ b/api/Dockerfile @@ -6,7 +6,7 @@ COPY src src RUN go build -o /bin/api ./main.go -FROM debian:stable-slim@sha256:57bd74e95092e6d4c0cdb6e36ca3db5bb828c2f592788734d1a707a4b92e7755 +FROM debian:stable-slim@sha256:382967fd7c35a0899ca3146b0b73d0791478fba2f71020c7aa8c27e3a4f26672 RUN apt-get update && apt-get install -y ca-certificates WORKDIR /app