Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions postgis-kafka-opensearch/containers/postgis/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM postgres:15-bullseye AS build
FROM postgres:15.15-alpine3.23 AS build

ARG USE_POSTGIS=true
ENV PLUGIN_VERSION=v2.0.0.Final-postgres15
Expand All @@ -25,7 +25,7 @@ RUN git clone https://github.com/debezium/postgres-decoderbufs -b $PLUGIN_VERSIO
&& rm -rf postgres-decoderbufs


FROM postgres:15-bullseye
FROM postgres:15.15-alpine3.23

LABEL maintainer="Debezium Community"

Expand Down