We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2aa9c05 commit c53bf48Copy full SHA for c53bf48
Dockerfile
@@ -1,8 +1,8 @@
1
FROM ubuntu:bionic-20200219 as tmp
2
ARG PLUGIN_NAME=postgresql
3
ARG PLAN_TYPE=FREE
4
-ARG CORE_VERSION=10.0.1
5
-ARG PLUGIN_VERSION=8.0.1
+ARG CORE_VERSION=10.0.2
+ARG PLUGIN_VERSION=8.0.2
6
RUN apt-get update && apt-get install -y curl zip
7
RUN OS= && dpkgArch="$(dpkg --print-architecture)" && \
8
case "${dpkgArch##*-}" in \
0 commit comments