Skip to content

Commit 646991b

Browse files
authored
Update Dockerfile
1 parent 7d1ba29 commit 646991b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 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.1.1
5-
ARG PLUGIN_VERSION=8.1.1
4+
ARG CORE_VERSION=10.1.2
5+
ARG PLUGIN_VERSION=8.1.2
66
RUN apt-get update && apt-get install -y curl zip
77
RUN OS= && dpkgArch="$(dpkg --print-architecture)" && \
88
case "${dpkgArch##*-}" in \
@@ -39,4 +39,4 @@ RUN ln -s usr/local/bin/docker-entrypoint.sh /entrypoint.sh # backwards compat
3939
EXPOSE 3567
4040
USER "supertokens"
4141
ENTRYPOINT ["docker-entrypoint.sh"]
42-
CMD ["supertokens", "start"]
42+
CMD ["supertokens", "start"]

0 commit comments

Comments
 (0)