Skip to content

Commit c495f4f

Browse files
[CP]
1 parent 2f707bd commit c495f4f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

16.0/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ RUN apt-get update && \
4444
&& rm -fr /tmp/*
4545

4646
# install latest postgresql-client
47-
RUN echo 'deb http://apt.postgresql.org/pub/repos/apt/ bullseye-pgdg main' > /etc/apt/sources.list.d/pgdg.list \
47+
RUN echo 'deb http://apt.postgresql.org/pub/repos/apt/ jammy-pgdg main' > /etc/apt/sources.list.d/pgdg.list \
4848
&& GNUPGHOME="$(mktemp -d)" \
4949
&& export GNUPGHOME \
5050
&& repokey='B97B0AFCAA1A47F044F244A07FCC7D46ACCC4CF8' \
@@ -59,6 +59,7 @@ RUN echo 'deb http://apt.postgresql.org/pub/repos/apt/ bullseye-pgdg main' > /et
5959
&& rm -rf /var/logs/* \
6060
&& rm -fr /tmp/*
6161

62+
6263
# Install rtlcss (on Debian buster)
6364
RUN npm install -g rtlcss \
6465
&& npm cache clean --force \

0 commit comments

Comments
 (0)