Browse Source

Update dqlite to 1.3.1-r1

Should resolve rancher/k3s#1283
pull/1316/head
Chris Fleming 5 years ago committed by GitHub
parent
commit
9764a614ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Dockerfile.dapper

2
Dockerfile.dapper

@ -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 \

Loading…
Cancel
Save