Skip to content

Commit

Permalink
Install 22.04 postgres packages and document 22.04 tag
Browse files Browse the repository at this point in the history
  • Loading branch information
calebsyring committed Apr 5, 2023
1 parent 55cbb1b commit a319532
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ RUN apt-get update -q \

# install postgres client for migration testing
RUN apt-get update && apt-get install -y \
&& echo "deb http://apt.postgresql.org/pub/repos/apt/ focal-pgdg main" >> /etc/apt/sources.list.d/pgdg.list \
&& echo "deb http://apt.postgresql.org/pub/repos/apt/ jammy-pgdg main" >> /etc/apt/sources.list.d/pgdg.list \
&& curl https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-key add - \
&& apt-get update \
&& apt-get install -y postgresql-client-11 postgresql-client-12 postgresql-client-13 \
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Older OS tags may have less recent versions.
- ubuntu1604 (you should upgrade the OS!)
- ubuntu1804
- ubuntu2004
- ubuntu2204
- latest (Ubuntu 22.04)

## Entrypoint
Expand Down

0 comments on commit a319532

Please sign in to comment.