Skip to content

Commit

Permalink
fix ci: just use node:18 as the base image because others do not work…
Browse files Browse the repository at this point in the history
…. The possible reason is duckdb/duckdb-async dependencies.
  • Loading branch information
daoleno committed Dec 17, 2023
1 parent a7f8fbc commit 7d27d90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dashboard/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18.19-alpine AS base
FROM node:18 AS base

# Install dependencies only when needed
FROM base AS deps
Expand Down

0 comments on commit 7d27d90

Please sign in to comment.