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 195028d commit 2aa9c05Copy full SHA for 2aa9c05
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.0
5
-ARG PLUGIN_VERSION=8.0.0
+ARG CORE_VERSION=10.0.1
+ARG PLUGIN_VERSION=8.0.1
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