We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d414bf commit 18b1ef4Copy full SHA for 18b1ef4
2 files changed
maybe_finance/Dockerfile
@@ -13,7 +13,7 @@ FROM --platform=${BUILD_ARCH} alpine/git AS clone
13
WORKDIR /src
14
RUN apk add --no-cache git && \
15
git clone https://github.com/maybe-finance/maybe.git . && \
16
- git checkout ab6fdbbb6806e870362f44728f88f0c82831ff10
+ git checkout 77b5469832758d1cbee1a940f3012a1ae1c74cd3
17
18
############################
19
# Stage 2: Base image with necessary dependencies
maybe_finance/config.yaml
@@ -53,7 +53,7 @@ options:
53
rails_assume_ssl: false
54
good_job_execution_mode: "async"
55
require_invite_code: true
56
-version: 0.5.9
+version: 0.5.10
57
#build:
58
# dockerfile: Dockerfile
59
# args:
0 commit comments