Skip to content

Commit

Permalink
build: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
atrifat committed Dec 5, 2023
1 parent 04b10cf commit 4828e7f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG DENO_VERSION=1.37.2
ARG DENO_VERSION=1.38.4
FROM debian:bookworm as builder_strfry

WORKDIR /builder
Expand Down Expand Up @@ -27,7 +27,7 @@ RUN apt update -y && \
rm -rf /var/lib/apt/lists/*

# Prepare nostr-filter
ENV NOSTR_FILTER_COMMIT_HASH_VERSION=29d5c56d3583b2ea63f2ffb826d3b93b7fa45abd
ENV NOSTR_FILTER_COMMIT_HASH_VERSION=39100ac0b6899c73975ec7b322f9ef57bbe0f52f
ENV NOSTR_FILTER_BRANCH=main
RUN git clone --branch $NOSTR_FILTER_BRANCH https://github.com/atrifat/nostr-filter && \
cd /builder/nostr-filter && \
Expand All @@ -36,7 +36,7 @@ RUN git clone --branch $NOSTR_FILTER_BRANCH https://github.com/atrifat/nostr-fil
npm ci --omit=dev && npx tsc

# Prepare nostr-monitoring-tool
ENV NOSTR_MONITORING_TOOL_VERSION=v0.4.1
ENV NOSTR_MONITORING_TOOL_VERSION=v0.4.2
RUN git clone --depth 1 --branch $NOSTR_MONITORING_TOOL_VERSION https://github.com/atrifat/nostr-monitoring-tool && \
cd /builder/nostr-monitoring-tool && \
npm ci --omit=dev
Expand Down

0 comments on commit 4828e7f

Please sign in to comment.