Skip to content

Commit

Permalink
Merge pull request #303 from rail/gar
Browse files Browse the repository at this point in the history
Use Google docker repository
  • Loading branch information
rail authored Jan 12, 2024
2 parents de61c35 + e9f765a commit 2d6771e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This Dockerfile extends the Examples-ORM testing image in order to
# install specific dependencies required for ActiveRecord tests.

FROM cockroachdb/example-orms-builder:20200413-1918
FROM us-east1-docker.pkg.dev/crl-ci-images/cockroach/example-orms-builder:20200413-1918

# Native dependencies for libxml-ruby and sqlite3.
RUN apt-get --allow-releaseinfo-change update -y && apt-get install -y \
Expand Down

0 comments on commit 2d6771e

Please sign in to comment.