Skip to content

Commit

Permalink
docker: base truffle test image on ghcr.io/flavorjones/truffleruby
Browse files Browse the repository at this point in the history
  • Loading branch information
flavorjones committed Aug 13, 2021
1 parent 8704a9d commit 4ca9c8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion oci-images/nokogiri-test/truffle-nightly.dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM flavorjones/truffleruby:nightly
FROM ghcr.io/flavorjones/truffleruby:nightly

# -*- dockerfile -*-

Expand Down
2 changes: 1 addition & 1 deletion oci-images/nokogiri-test/truffle.erb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM flavorjones/truffleruby:<%= version %>
FROM ghcr.io/flavorjones/truffleruby:<%= version %>
<%= File.read "debian-prelude.step" %>
Expand Down

0 comments on commit 4ca9c8a

Please sign in to comment.