Skip to content

Commit

Permalink
ci: downgrade to node 16.8 (nodejs/node#40068)
Browse files Browse the repository at this point in the history
  • Loading branch information
lowlighter committed Sep 13, 2021
1 parent 516d815 commit f4ec6a7
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 f4ec6a7

Please sign in to comment.