Skip to content

Commit 83801b2

Browse files
committed
chore: bump release version
1 parent 002c9dd commit 83801b2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -682,7 +682,7 @@ WORKDIR /tmp/pgroonga-${pgroonga_release}
682682
RUN --mount=type=cache,target=/ccache,from=public.ecr.aws/supabase/postgres:ccache \
683683
make -j$(nproc)
684684
# Create debian package
685-
RUN checkinstall -D --install=no --fstrans=no --backup=no --pakdir=/tmp --nodoc
685+
RUN checkinstall -D --install=no --fstrans=no --backup=no --pakdir=/tmp --requires=mecab-naist-jdic --nodoc
686686

687687
FROM scratch as pgroonga-deb
688688
COPY --from=pgroonga-source /tmp/*.deb /tmp/

common.vars.pkr.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
postgres-version = "15.1.0.89"
1+
postgres-version = "15.1.0.90"

0 commit comments

Comments
 (0)