We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b80f5b commit 6d414bfCopy full SHA for 6d414bf
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 9110ab27d26536a8385f467f183168075b5ec3f6
+ git checkout ab6fdbbb6806e870362f44728f88f0c82831ff10
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.8
+version: 0.5.9
57
#build:
58
# dockerfile: Dockerfile
59
# args:
0 commit comments