Skip to content

Commit

Permalink
Merge pull request #335 from lowlighter/master
Browse files Browse the repository at this point in the history
ci: downgrade to node 16.8 (nodejs/node#40068)
  • Loading branch information
JayantGoel001 committed Sep 13, 2021
2 parents 9a20d07 + f4ec6a7 commit 87af821
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,5 +1,5 @@
# Base image
FROM node:16-buster-slim
FROM node:16.8-buster-slim

# Copy repository
COPY . /metrics
Expand Down

0 comments on commit 87af821

Please sign in to comment.