We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4924148 + 2422c98 commit 05dff16Copy full SHA for 05dff16
test/azurite/Dockerfile
@@ -7,11 +7,12 @@
7
# the Business Source License, use of this software will be governed
8
# by the Apache License, Version 2.0.
9
10
-FROM node:25-slim
+FROM node:20-slim
11
12
RUN apt-get update && \
13
apt-get install -y eatmydata netcat-openbsd && \
14
apt-get clean && \
15
rm -rf /var/lib/apt/lists/*
16
17
-RUN npm install -g azurite@3.35.0
+# TODO(def-) 3.35.0 might be losing data, see https://buildkite.com/materialize/nightly/builds/14157#019aad0a-ad38-429d-8ef2-e81eb26e0bf2
18
+RUN npm install -g azurite@3.33.0
0 commit comments