Skip to content

Commit 58c5ad3

Browse files
committed
chore: bump release version
1 parent 9637932 commit 58c5ad3

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -684,6 +684,8 @@ RUN --mount=type=cache,target=/ccache,from=public.ecr.aws/supabase/postgres:ccac
684684
make -j$(nproc)
685685
# Create debian package
686686
RUN checkinstall -D --install=no --fstrans=no --backup=no --pakdir=/tmp --nodoc
687+
688+
FROM base as test
687689
# Download pre-built packages
688690
ADD "https://packages.groonga.org/ubuntu/groonga-apt-source-latest-focal.deb" /tmp/source.deb
689691
RUN apt-get update && apt-get install -y --no-install-recommends \

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)