-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
upgraded PostgreSQL version from 12.8 to 16.3 (#2184)
* upgraded PostgreSQL version from 12.8 to 16.3 * updated comment
- Loading branch information
1 parent
b9cac70
commit 775c848
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ LABEL maintainer "ODL DevOps <[email protected]>" | |
# Add package files, install updated node and pip | ||
WORKDIR /tmp | ||
|
||
# Install packages and add repo needed for postgres 9.6 | ||
# Install packages and add repo needed for postgres 16.3 | ||
COPY apt.txt /tmp/apt.txt | ||
RUN apt-get update | ||
RUN apt-get install -y $(grep -vE "^\s*#" apt.txt | tr "\n" " ") | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters