Skip to content

Commit

Permalink
Update Dockerfile to use PostgreSQL 13.7
Browse files Browse the repository at this point in the history
Update the Dockerfile for COmanage Match Postgres to use
PostgreSQL 13.7.
  • Loading branch information
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
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit fbdc39f

Please sign in to comment.