Skip to content

Commit

Permalink
dockerfile version update
Browse files Browse the repository at this point in the history
  • Loading branch information
PijusSerapinasMipsas committed Aug 23, 2023
1 parent e90bec0 commit 8c141a0
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,4 +1,4 @@
FROM node:14.17 as base
FROM node:16.15 as base

WORKDIR /var/app

Expand Down
2 changes: 1 addition & 1 deletion src/client/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import { queryClient } from "../core/react-query";

declare var window: AppWindow;

const store = configureStore(window["__PRELOADED_STATE__"]);
const store = configureStore(window["__PRELOADED_STATE__" as any] as any);

hydrate(
<QueryClientProvider client={queryClient}>
Expand Down

0 comments on commit 8c141a0

Please sign in to comment.