File tree 2 files changed +3
-17
lines changed
files/etc/apt/preferences.d
2 files changed +3
-17
lines changed Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ RUN apt-get update --quiet && apt-get install --yes \
147
147
google-cloud-sdk \
148
148
google-cloud-sdk-datastore-emulator \
149
149
kubectl \
150
- postgresql-11 \
150
+ postgresql-13 \
151
151
containerd.io \
152
152
docker-ce \
153
153
docker-ce-cli \
@@ -184,8 +184,8 @@ RUN apt-get update && \
184
184
npm i -g playwright@1.19.1 && playwright install-deps
185
185
186
186
# Ensure PostgreSQL binaries are in the users $PATH.
187
- RUN update-alternatives --install /usr/local/bin/initdb initdb /usr/lib/postgresql/11 /bin/initdb 100 && \
188
- update-alternatives --install /usr/local/bin/postgres postgres /usr/lib/postgresql/11 /bin/postgres 100
187
+ RUN update-alternatives --install /usr/local/bin/initdb initdb /usr/lib/postgresql/13 /bin/initdb 100 && \
188
+ update-alternatives --install /usr/local/bin/postgres postgres /usr/lib/postgresql/13 /bin/postgres 100
189
189
190
190
# Create links for injected dependencies
191
191
RUN ln --symbolic /var/tmp/coder/coder-cli/coder /usr/local/bin/coder && \
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments