Skip to content

Commit 64643e2

Browse files
committed
1
1 parent 1a23384 commit 64643e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ RUN --mount=type=cache,target=/root/.ccache,sharing=locked \
3232
rm -rf openfst-${OPENFST_VERSION} openfst-${OPENFST_VERSION}.tar.gz
3333

3434
# Stage 2: Build fstalign
35-
FROM debian:${DEBIAN_BASE}-slim
35+
FROM debian-base
3636

3737
COPY --from=openfst-builder /opt/openfst /opt/openfst
3838
ENV OPENFST_ROOT /opt/openfst

0 commit comments

Comments
 (0)