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 7d1ba29 commit 646991bCopy full SHA for 646991b
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.1.1
5
-ARG PLUGIN_VERSION=8.1.1
+ARG CORE_VERSION=10.1.2
+ARG PLUGIN_VERSION=8.1.2
6
RUN apt-get update && apt-get install -y curl zip
7
RUN OS= && dpkgArch="$(dpkg --print-architecture)" && \
8
case "${dpkgArch##*-}" in \
@@ -39,4 +39,4 @@ RUN ln -s usr/local/bin/docker-entrypoint.sh /entrypoint.sh # backwards compat
39
EXPOSE 3567
40
USER "supertokens"
41
ENTRYPOINT ["docker-entrypoint.sh"]
42
-CMD ["supertokens", "start"]
+CMD ["supertokens", "start"]
0 commit comments