We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a23384 commit 64643e2Copy full SHA for 64643e2
1 file changed
Dockerfile
@@ -32,7 +32,7 @@ RUN --mount=type=cache,target=/root/.ccache,sharing=locked \
32
rm -rf openfst-${OPENFST_VERSION} openfst-${OPENFST_VERSION}.tar.gz
33
34
# Stage 2: Build fstalign
35
-FROM debian:${DEBIAN_BASE}-slim
+FROM debian-base
36
37
COPY --from=openfst-builder /opt/openfst /opt/openfst
38
ENV OPENFST_ROOT /opt/openfst
0 commit comments