Skip to content

Commit

Permalink
DBZ-8275 Use PostgreSQL 17 compatible decoder
Browse files Browse the repository at this point in the history
  • Loading branch information
jpechane committed Oct 16, 2024
1 parent 47d2cf4 commit db66c97
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion postgres/16-alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM postgres:16-alpine

LABEL maintainer="Debezium Community"
ENV PLUGIN_VERSION=v3.0.0.Final
ENV PLUGIN_VERSION=main

RUN apk add --no-cache protobuf-c-dev

Expand Down
2 changes: 1 addition & 1 deletion postgres/16/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM postgres:16-bullseye AS build

ARG USE_POSTGIS=true
ENV PLUGIN_VERSION=v3.0.0.Final
ENV PLUGIN_VERSION=main
ENV PROTOC_VERSION=1.4

# Install the packages which will be required to get everything to compile
Expand Down
2 changes: 1 addition & 1 deletion postgres/17-alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM postgres:17-alpine

LABEL maintainer="Debezium Community"
ENV PLUGIN_VERSION=v3.0.0.Final
ENV PLUGIN_VERSION=main

RUN apk add --no-cache protobuf-c-dev

Expand Down
2 changes: 1 addition & 1 deletion postgres/17/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM postgres:17-bullseye AS build

ARG USE_POSTGIS=true
ENV PLUGIN_VERSION=v3.0.0.Final
ENV PLUGIN_VERSION=main
ENV PROTOC_VERSION=1.4

# Install the packages which will be required to get everything to compile
Expand Down

0 comments on commit db66c97

Please sign in to comment.