File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ FROM ghcr.io/tweedegolf/debian:bookworm
4
4
ENV POSTGRESQL_VERSION 16
5
5
RUN install -d /usr/share/postgresql-common/pgdg \
6
6
&& curl -o /usr/share/postgresql-common/pgdg/apt.postgresql.org.asc --fail https://www.postgresql.org/media/keys/ACCC4CF8.asc \
7
- && echo "deb [signed-by=/usr/share/postgresql-common/pgdg/apt.postgresql.org.asc] http://apt.postgresql.org/pub/repos/apt/ $DEBIAN_VERSION -pgdg main" > /etc/apt/sources.list.d/pgdg.list \
7
+ && echo "deb [signed-by=/usr/share/postgresql-common/pgdg/apt.postgresql.org.asc] http://apt.postgresql.org/pub/repos/apt/ bookworm -pgdg main" > /etc/apt/sources.list.d/pgdg.list \
8
8
&& apt-get update \
9
9
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
10
10
postgresql-client-$POSTGRESQL_VERSION \
You can’t perform that action at this time.
0 commit comments