Skip to content

Commit

Permalink
Revert "have deployment image use latest version of node12 alpine imp…
Browse files Browse the repository at this point in the history
…licitly"

This reverts commit cd7bf3d.
  • Loading branch information
rwblair committed Apr 14, 2021
1 parent cd7bf3d commit 571767e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:
pip install dist/*.tar.gz
deployment:
docker:
- image: node:12-alpine
- image: node:12.14.1-alpine
steps:
- run: apk --no-cache add ca-certificates git openssh-client
- add_ssh_keys:
Expand Down

0 comments on commit 571767e

Please sign in to comment.