Skip to content

Commit

Permalink
fix node alpine runtime docker verison
Browse files Browse the repository at this point in the history
  • Loading branch information
jmb12686 authored Mar 8, 2020
1 parent 2a3c19b commit 2b2ff43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ WORKDIR "${ELASTALERT_HOME}"
# With the latest hash we no longer need to monkey with package versions
RUN python3 setup.py install

FROM node:alpine3.11
FROM node:alpine3.10
LABEL maintainer="John Belisle <[email protected]>"
# Set timezone for this container
ENV TZ America/New_York
Expand Down

0 comments on commit 2b2ff43

Please sign in to comment.