Skip to content

Commit 91a3703

Browse files
authored
Merge pull request #24 from atrifat/update-build-dependency
build: update dependencies
2 parents b3ca470 + 01b93f4 commit 91a3703

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG DENO_VERSION=1.46.1
1+
ARG DENO_VERSION=1.46.3
22
FROM debian:bookworm AS builder_strfry
33

44
WORKDIR /builder
@@ -27,7 +27,7 @@ RUN apt update -y && \
2727
rm -rf /var/lib/apt/lists/*
2828

2929
# Prepare nostr-filter
30-
ENV NOSTR_FILTER_COMMIT_HASH_VERSION=2cd3647254c44aac804479605f9e6173132d2cea
30+
ENV NOSTR_FILTER_COMMIT_HASH_VERSION=99348acf01e4a042bb4a4d7b34ac08ef96bd662b
3131
ENV NOSTR_FILTER_BRANCH=main
3232
RUN git clone --branch $NOSTR_FILTER_BRANCH https://github.com/atrifat/nostr-filter && \
3333
cd /builder/nostr-filter && \
@@ -36,7 +36,7 @@ RUN git clone --branch $NOSTR_FILTER_BRANCH https://github.com/atrifat/nostr-fil
3636
npm ci --omit=dev && npx tsc
3737

3838
# Prepare nostr-monitoring-tool
39-
ENV NOSTR_MONITORING_TOOL_VERSION=v0.7.0
39+
ENV NOSTR_MONITORING_TOOL_VERSION=v0.7.1
4040
RUN git clone --depth 1 --branch $NOSTR_MONITORING_TOOL_VERSION https://github.com/atrifat/nostr-monitoring-tool && \
4141
cd /builder/nostr-monitoring-tool && \
4242
npm ci --omit=dev

0 commit comments

Comments
 (0)