Skip to content

Commit 526b2fd

Browse files
committed
Fix missing env variable
1 parent 0b7a06e commit 526b2fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FROM ghcr.io/tweedegolf/debian:bookworm
44
ENV POSTGRESQL_VERSION 16
55
RUN install -d /usr/share/postgresql-common/pgdg \
66
&& 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 \
88
&& apt-get update \
99
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
1010
postgresql-client-$POSTGRESQL_VERSION \

0 commit comments

Comments
 (0)