Skip to content

Commit

Permalink
Merge pull request #17 from indraraj/DBZ-8564B
Browse files Browse the repository at this point in the history
DBZ-8564: Move away from dockerhub
  • Loading branch information
indraraj authored Jan 27, 2025
2 parents 5e302f8 + 1a711e3 commit e812c47
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion debezium-platform-stage/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ COPY . .

RUN yarn build

FROM node:18-alpine
FROM mirror.gcr.io/library/node:18-alpine
RUN yarn global add serve
COPY --from=builder /app/dist /app/dist

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,8 @@ const PipelineDesigner: React.FunctionComponent = () => {
const reArrangeTransform = (
_event: DragDropSortDragEndEvent,
newItems: DraggableObject[],
oldIndex?: number | undefined,
newIndex?: number | undefined
_oldIndex?: number | undefined,
_newIndex?: number | undefined
) => {
setItems(newItems);
console.log("newItems", newItems, oldIndex, newIndex);
Expand Down

0 comments on commit e812c47

Please sign in to comment.