Skip to content
This repository has been archived by the owner on Mar 20, 2023. It is now read-only.

Commit

Permalink
Switch to Dockerhub mirror (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdeggies authored Feb 19, 2021
1 parent 93cc04c commit fbb20b2
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 @@ -3,7 +3,7 @@ version: 2.1
executors:
ruby:
docker:
- image: circleci/ruby:2.3.4-node
- image: docker.mirror.hashicorp.services/circleci/ruby:2.3.4-node

commands:
bundle-dependencies:
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:2.3-alpine
FROM docker.mirror.hashicorp.services/ruby:2.3-alpine
MAINTAINER Seth Vargo <[email protected]>

ARG GEM_VERSION
Expand Down

0 comments on commit fbb20b2

Please sign in to comment.