Skip to content

Commit

Permalink
Merge branch 'use-multi-arch-container'
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwynne committed May 17, 2021
2 parents babc104 + 480a50b commit fff7cc2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ executors:
# the build nodes (faster builds).
docker-cucumber-build:
docker:
- image: cucumber/cucumber-build:0.3.0
- image: cucumber/cucumber-build:0.4.4
working_directory: ~/cucumber
environment:
# nvm, node and npm are installed locally rather globally.
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
SHELL := /usr/bin/env bash
BUILD_CONTAINER ?= cucumber/cucumber-build:0.3.0
BUILD_CONTAINER ?= cucumber/cucumber-build:0.4.4
PACKAGES ?= messages \
message-streams \
gherkin \
Expand Down

0 comments on commit fff7cc2

Please sign in to comment.