Skip to content

Commit 05dff16

Browse files
authored
Merge pull request #34264 from def-/pr-downgrade-azurite
tests: Downgrade azurite again
2 parents 4924148 + 2422c98 commit 05dff16

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

test/azurite/Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,12 @@
77
# the Business Source License, use of this software will be governed
88
# by the Apache License, Version 2.0.
99

10-
FROM node:25-slim
10+
FROM node:20-slim
1111

1212
RUN apt-get update && \
1313
apt-get install -y eatmydata netcat-openbsd && \
1414
apt-get clean && \
1515
rm -rf /var/lib/apt/lists/*
1616

17-
RUN npm install -g azurite@3.35.0
17+
# 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

Comments
 (0)