Skip to content

Commit

Permalink
Merge pull request #38 from supertokens/build-902
Browse files Browse the repository at this point in the history
fix: build 9.0.2
  • Loading branch information
sattvikc authored Apr 22, 2024
2 parents dad8bda + c46445d commit e6a6dae
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=postgresql
ARG PLAN_TYPE=FREE
ARG CORE_VERSION=9.0.1
ARG PLUGIN_VERSION=7.0.0
ARG CORE_VERSION=9.0.2
ARG PLUGIN_VERSION=7.0.1
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 e6a6dae

Please sign in to comment.