Skip to content

Commit

Permalink
change base image registry to ghcr.io
Browse files Browse the repository at this point in the history
  • Loading branch information
sotojn committed Jul 24, 2024
1 parent d2d12e7 commit 6fd23b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# NODE_VERSION is set by default in the config.ts, the following value will only
# be used if you build images by default with docker build
ARG NODE_VERSION=18
FROM terascope/node-base:${NODE_VERSION}
FROM ghcr.io/terascope/node-base:${NODE_VERSION}

ARG TERASLICE_VERSION
ARG BUILD_TIMESTAMP
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.dev
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# NODE_VERSION is set by default in the config.ts, the following value will only
# be used if you build images by default with docker build
ARG NODE_VERSION=18
FROM terascope/node-base:${NODE_VERSION}
FROM ghcr.io/terascope/node-base:${NODE_VERSION}

ENV NODE_ENV production

Expand Down

0 comments on commit 6fd23b4

Please sign in to comment.