Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
dfornika committed Oct 23, 2024
1 parent 8e46f4c commit 5118474
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM node:16-slim

ARG AUSPICE_VERSION="v2.56.1"
ARG AUSPICE_VERSION="v2.59.1"

RUN apt-get update && apt-get install -y --no-install-recommends \
ca-certificates \
Expand All @@ -11,7 +11,8 @@ COPY scripts /scripts
WORKDIR /nextstrain/auspice

RUN /scripts/download-repo https://github.com/BCCDC-PHL/auspice ${AUSPICE_VERSION} . \
&& npm install --omit dev . && npm link
&& npm install --omit dev . \
&& npm link

ENV HOST=0.0.0.0

Expand Down

0 comments on commit 5118474

Please sign in to comment.