Skip to content

Commit 9dc1bd9

Browse files
committed
We should not upgrade all packages from the original postresql image. What is the most important, it upgrades the postgresql version to the newest
1 parent 6c07c85 commit 9dc1bd9

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

Diff for: postgresql-9.5.23-plv8-2.1.2/Dockerfile

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ ENV MAKE_DEPENDENCIES="wget build-essential ca-certificates git python postgresq
77

88
# Build and install plv8 extension from sources.
99
RUN apt-get update \
10-
&& apt-get upgrade -y \
1110
&& apt-get install -y --no-install-recommends ${MAKE_DEPENDENCIES} \
1211
&& wget https://github.com/plv8/plv8/archive/v${PLV8_VERSION}.tar.gz \
1312
&& tar -xvzf v${PLV8_VERSION}.tar.gz \

Diff for: postgresql-9.6.19-plv8-2.1.2/Dockerfile

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ ENV MAKE_DEPENDENCIES="wget build-essential ca-certificates git python postgresq
77

88
# Build and install plv8 extension from sources.
99
RUN apt-get update \
10-
&& apt-get upgrade -y \
1110
&& apt-get install -y --no-install-recommends ${MAKE_DEPENDENCIES} \
1211
&& wget https://github.com/plv8/plv8/archive/v${PLV8_VERSION}.tar.gz \
1312
&& tar -xvzf v${PLV8_VERSION}.tar.gz \

Diff for: postgresql-9.6.20-plv8-2.1.2/Dockerfile

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ ENV MAKE_DEPENDENCIES="wget build-essential ca-certificates git python postgresq
77

88
# Build and install plv8 extension from sources.
99
RUN apt-get update \
10-
&& apt-get upgrade -y \
1110
&& apt-get install -y --no-install-recommends ${MAKE_DEPENDENCIES} \
1211
&& wget https://github.com/plv8/plv8/archive/v${PLV8_VERSION}.tar.gz \
1312
&& tar -xvzf v${PLV8_VERSION}.tar.gz \

0 commit comments

Comments
 (0)