Skip to content

Commit

Permalink
feat: updating core and plugin interface version (#17)
Browse files Browse the repository at this point in the history
* feat: updating core and plugin interface version

* feat: new core version
  • Loading branch information
tamassoltesz authored Jan 13, 2025
1 parent 696bb0f commit fbecf43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM ubuntu:bionic-20200219 as tmp
ARG PLUGIN_NAME=mongodb
ARG PLAN_TYPE=FREE
ARG CORE_VERSION=9.3.0
ARG PLUGIN_VERSION=1.29.0
ARG CORE_VERSION=10.0.0
ARG PLUGIN_VERSION=1.30.0
RUN apt-get update && apt-get install -y curl zip
RUN OS= && dpkgArch="$(dpkg --print-architecture)" && \
case "${dpkgArch##*-}" in \
Expand Down

0 comments on commit fbecf43

Please sign in to comment.