mirror of
https://github.com/odoocker/odoocker
synced 2025-11-04 15:19:22 +01:00
upgrade
This commit is contained in:
@@ -1,5 +1,13 @@
|
||||
FROM postgres:15.1
|
||||
FROM postgres:15.2
|
||||
|
||||
RUN apt-get update && apt-get install postgresql-contrib
|
||||
# Update apt packages
|
||||
RUN apt-get update && apt-get upgrade -y
|
||||
|
||||
#------------------------#
|
||||
# APT Dependencies #
|
||||
#------------------------#
|
||||
# Unaccent extension dependencies
|
||||
RUN apt-get install -y postgresql-contrib
|
||||
|
||||
# Copy the script to create the unaccent template
|
||||
COPY ./entrypoint.sh /docker-entrypoint-initdb.d/entrypoint.sh
|
||||
Reference in New Issue
Block a user