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 646991b commit a21e2cfCopy full SHA for a21e2cf
Dockerfile
@@ -1,7 +1,7 @@
1
FROM ubuntu:bionic-20200219 as tmp
2
ARG PLUGIN_NAME=postgresql
3
ARG PLAN_TYPE=FREE
4
-ARG CORE_VERSION=10.1.2
+ARG CORE_VERSION=10.1.3
5
ARG PLUGIN_VERSION=8.1.2
6
RUN apt-get update && apt-get install -y curl zip
7
RUN OS= && dpkgArch="$(dpkg --print-architecture)" && \
0 commit comments