Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update Dockerfile to use PostgreSQL 13.7
Update the Dockerfile for COmanage Match Postgres to use
PostgreSQL 13.7.
skoranda committed Jul 5, 2022
1 parent dc3b1df commit fbdc39f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 \

0 comments on commit fbdc39f

Please sign in to comment.