Skip to content

Commit c53bf48

Browse files
committed
fix: version update
1 parent 2aa9c05 commit c53bf48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
FROM ubuntu:bionic-20200219 as tmp
22
ARG PLUGIN_NAME=postgresql
33
ARG PLAN_TYPE=FREE
4-
ARG CORE_VERSION=10.0.1
5-
ARG PLUGIN_VERSION=8.0.1
4+
ARG CORE_VERSION=10.0.2
5+
ARG PLUGIN_VERSION=8.0.2
66
RUN apt-get update && apt-get install -y curl zip
77
RUN OS= && dpkgArch="$(dpkg --print-architecture)" && \
88
case "${dpkgArch##*-}" in \

0 commit comments

Comments
 (0)