diff --git a/comanage-match-postgres/Dockerfile b/comanage-match-postgres/Dockerfile index f009a89..1e02126 100644 --- a/comanage-match-postgres/Dockerfile +++ b/comanage-match-postgres/Dockerfile @@ -16,7 +16,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -FROM postgres:13.4 +FROM postgres:13.7 #RUN apt-get update && apt-get install -y \ # postgresql-contrib-9.6 \