Skip to content

Commit

Permalink
Revert "Merge pull request mozilla#139 from mozilla/renovate/node-8.1…
Browse files Browse the repository at this point in the history
…1.3"

Seeing some out-of-memory errors on attempt to deploy the service,
which seem to have started with this Docker image upgrade

This reverts commit 48b33da, reversing
changes made to 0d6eb92.
  • Loading branch information
lmorchard committed Aug 13, 2018
1 parent c57356b commit b334ab1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Expand Up @@ -2,7 +2,7 @@ version: 2
jobs:
test:
docker:
- image: circleci/node:8.11.3@sha256:339b91052ff2f433453a963138fceb39edad08ec6398f17aaa91c34b9cf775ba
- image: circleci/node:8.11.3@sha256:f1063d6b0e8b919e25aad49f1ca3d446f5114f8a33881a45f10058abaa3dca64
working_directory: ~/repo
steps:
- checkout
Expand All @@ -23,7 +23,7 @@ jobs:
- ./*
deploy_dev:
docker:
- image: circleci/node:8.11.3@sha256:339b91052ff2f433453a963138fceb39edad08ec6398f17aaa91c34b9cf775ba
- image: circleci/node:8.11.3@sha256:f1063d6b0e8b919e25aad49f1ca3d446f5114f8a33881a45f10058abaa3dca64
working_directory: ~/repo
steps:
- attach_workspace:
Expand Down

0 comments on commit b334ab1

Please sign in to comment.