Skip to content
This repository has been archived by the owner on May 3, 2020. It is now read-only.

v1.3.2: Pre Release, Updates Ruby to 2.6.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@BuffaloWill BuffaloWill released this 05 Feb 18:16
· 9 commits to master since this release

This is a testing version of Serpico running with Ruby 2.6.3. It also includes a couple of minor fixes.

Docker build is available (serpico/serpico:dev) or in one line as:

docker run --name serpico -p 8443:8443 \
  -v"$(pwd)/db":/Serpico/db -v"$(pwd)/tmp":/Serpico/tmp \
  -v"$(pwd)/attachments":/Serpico/attachments \
  -it serpico/serpico:dev