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 3e563db commit da086d4Copy full SHA for da086d4
CHANGELOG.md
@@ -1,10 +1,11 @@
1
# Release Notes
2
All notable changes to this project will be documented in this file.
3
4
-## 0.37.1 Mar 9, 2023
+## 0.37.1 Mar 21, 2023
5
6
### Fixed
7
8
+- Build docker image with q-server v0.55.0
9
- Post request with several external messages processed only of the messages
10
11
## 0.37.0 Feb 17, 2023
docker/Dockerfile
@@ -1,6 +1,6 @@
ARG TON_NODE
-FROM node:14-buster as q-server-build
+FROM node:18-buster as q-server-build
ARG Q_SERVER_GITHUB_REPO
ARG Q_SERVER_GITHUB_REV
0 commit comments