Unverified Commit 9764a614 authored by Chris Fleming's avatar Chris Fleming Committed by GitHub

Update dqlite to 1.3.1-r1

Should resolve rancher/k3s#1283
parent 341a5553
......@@ -19,7 +19,7 @@ RUN if [ "${ARCH}" == "amd64" ]; then \
ARG DQLITE=true
ENV DQLITE $DQLITE
COPY --from=rancher/dqlite-build:v1.2.1-r3 /dist/artifacts /usr/src/
COPY --from=rancher/dqlite-build:v1.3.1-r1 /dist/artifacts /usr/src/
RUN if [ "$DQLITE" = true ]; then \
tar xzf /usr/src/dqlite.tgz -C / && \
apk add --allow-untrusted /usr/local/packages/*.apk \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment