File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ RUN set -xe && \
11
11
apt-get update && \
12
12
# install postgres client
13
13
apt-get install -y --no-install-recommends apt-transport-https && \
14
- echo "deb http://apt.postgresql.org/pub/repos/apt/ ${DEBIAN_VERSION_NAME}-pgdg main" > /etc/apt/sources.list.d/pgdg.list && \
14
+ echo "deb http://apt-archive .postgresql.org/pub/repos/apt/ ${DEBIAN_VERSION_NAME}-pgdg main" > /etc/apt/sources.list.d/pgdg.list && \
15
15
wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-key add - && \
16
16
apt-get update && \
17
17
apt-get install -y --no-install-recommends postgresql-client-9.6 && \
Original file line number Diff line number Diff line change 1
- FROM node:10.20 .1-buster-slim
1
+ FROM node:10.24 .1-buster-slim
2
2
3
3
ENV DEBIAN_VERSION_NAME=buster NODE_ENV=production
4
4
ENV OPENSSL_CONF=/etc/ssl/
Original file line number Diff line number Diff line change 1
1
FROM node:15.14.0-buster
2
2
3
- ENV DEBIAN_VERSION_NAME=jessie NODE_ENV=production
3
+ ENV DEBIAN_VERSION_NAME=buster NODE_ENV=production
4
4
ENV PORTCHECKER_VERSION=v1.1.0
5
5
6
6
ARG USER_NAME=hackmd
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ RUN set -xe && \
16
16
apt-get update && \
17
17
# install postgres client
18
18
apt-get install -y --no-install-recommends apt-transport-https && \
19
- echo "deb http://apt.postgresql.org/pub/repos/apt/ ${DEBIAN_VERSION_NAME}-pgdg main" > /etc/apt/sources.list.d/pgdg.list && \
19
+ echo "deb http://apt-archive .postgresql.org/pub/repos/apt/ ${DEBIAN_VERSION_NAME}-pgdg main" > /etc/apt/sources.list.d/pgdg.list && \
20
20
wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-key add - && \
21
21
apt-get update && \
22
22
apt-get install -y --no-install-recommends postgresql-client-9.6 && \
You can’t perform that action at this time.
0 commit comments