Skip to content

Commit

Permalink
Update node Docker tag to v12.22.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Apr 7, 2021
1 parent d32478d commit 5169c6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ steps:
- deps

- name: opa-tests
image: node:12.22.0-buster
image: node:12.22.1-buster
commands:
- wget --quiet https://github.com/open-policy-agent/opa/releases/download/v0.22.0/opa_linux_amd64 -O /usr/local/bin/opa
- chmod +x /usr/local/bin/opa
Expand Down

0 comments on commit 5169c6e

Please sign in to comment.