Skip to content

Commit a62da66

Browse files
committed
chore: bump release version
1 parent ba62839 commit a62da66

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
@@ -666,7 +666,7 @@ RUN ./configure
666666
RUN --mount=type=cache,target=/ccache,from=public.ecr.aws/supabase/postgres:ccache \
667667
make -j$(nproc)
668668
# Create debian package
669-
RUN checkinstall -D --install=yes --fstrans=no --backup=no --pakdir=/tmp --requires=zlib1g,liblz4-1,libzstd1,libmsgpackc2,libzmq5,libevent-2.1-7,libmecab2 --nodoc
669+
RUN checkinstall -D --install=yes --fstrans=no --backup=no --pakdir=/tmp --requires=zlib1g,liblz4-1,libzstd1,libmsgpackc2,libzmq5,libevent-2.1-7,libmecab2,mecab-naist-jdic --nodoc
670670

671671
FROM groonga as pgroonga-source
672672
# Download and extract

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)