Skip to content

Commit

Permalink
Update base image to Github registry (#1296)
Browse files Browse the repository at this point in the history
Co-authored-by: Jason Smith <[email protected]>
  • Loading branch information
nicksantamaria and waitingallday authored Sep 3, 2024
1 parent d03d72c commit cb597e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.app
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This is for reference site.
ARG BAY_IMAGE_VERSION

FROM singledigital/ripple-node:${BAY_IMAGE_VERSION}
FROM ghcr.io/dpc-sdp/bay/ripple-node:${BAY_IMAGE_VERSION}

# Custom build time env vars
# ARG MY_CUSTOM_VAR
Expand Down

0 comments on commit cb597e2

Please sign in to comment.