From 5b158439dde6df1b983789ee1e1b0beccaa4a521 Mon Sep 17 00:00:00 2001 From: Samuel Cochran <sj26@sj26.com> Date: Sat, 25 May 2024 13:46:07 +0900 Subject: [PATCH] Use v0.10.0 in Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 44b37640..a3ce35b1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ MAINTAINER Samuel Cochran <sj26@sj26.com> # Use --build-arg VERSION=... to override # or `rake docker VERSION=...` -ARG VERSION=0.9.0 +ARG VERSION=0.10.0 # sqlite3 aarch64 is broken on alpine, so use ruby: # https://github.com/sparklemotion/sqlite3-ruby/issues/372