Skip to content

Commit e664268

Browse files
Update Dockerfile.ubuntu
1 parent 83f40b8 commit e664268

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile.ubuntu

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
ARG POSTGRES_VERSION=15
2-
31
FROM ubuntu:latest AS base
42

3+
ARG POSTGRES_VERSION=15
4+
55
RUN apt-get -y update && apt-get -y install lsb-release ca-certificates wget gnupg && \
66
echo "deb https://apt.postgresql.org/pub/repos/apt $(lsb_release -cs)-pgdg main" > /etc/apt/sources.list.d/pgdg.list && \
77
wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-key add - && \

0 commit comments

Comments
 (0)