File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- ARG DENO_VERSION=1.46.1
1
+ ARG DENO_VERSION=1.46.3
2
2
FROM debian:bookworm AS builder_strfry
3
3
4
4
WORKDIR /builder
@@ -27,7 +27,7 @@ RUN apt update -y && \
27
27
rm -rf /var/lib/apt/lists/*
28
28
29
29
# Prepare nostr-filter
30
- ENV NOSTR_FILTER_COMMIT_HASH_VERSION=2cd3647254c44aac804479605f9e6173132d2cea
30
+ ENV NOSTR_FILTER_COMMIT_HASH_VERSION=99348acf01e4a042bb4a4d7b34ac08ef96bd662b
31
31
ENV NOSTR_FILTER_BRANCH=main
32
32
RUN git clone --branch $NOSTR_FILTER_BRANCH https://github.com/atrifat/nostr-filter && \
33
33
cd /builder/nostr-filter && \
@@ -36,7 +36,7 @@ RUN git clone --branch $NOSTR_FILTER_BRANCH https://github.com/atrifat/nostr-fil
36
36
npm ci --omit=dev && npx tsc
37
37
38
38
# Prepare nostr-monitoring-tool
39
- ENV NOSTR_MONITORING_TOOL_VERSION=v0.7.0
39
+ ENV NOSTR_MONITORING_TOOL_VERSION=v0.7.1
40
40
RUN git clone --depth 1 --branch $NOSTR_MONITORING_TOOL_VERSION https://github.com/atrifat/nostr-monitoring-tool && \
41
41
cd /builder/nostr-monitoring-tool && \
42
42
npm ci --omit=dev
You can’t perform that action at this time.
0 commit comments