diff --git a/Dockerfile b/Dockerfile index a5eea8c..824a639 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:15 +FROM node:19 LABEL org.opencontainers.image.source="https://github.com/wbstack/queryservice-gateway"