Skip to content

Commit da086d4

Browse files
author
Sergei Voronezhskii
committed
Version 0.37.1
1 parent 3e563db commit da086d4

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
# Release Notes
22
All notable changes to this project will be documented in this file.
33

4-
## 0.37.1 Mar 9, 2023
4+
## 0.37.1 Mar 21, 2023
55

66
### Fixed
77

8+
- Build docker image with q-server v0.55.0
89
- Post request with several external messages processed only of the messages
910

1011
## 0.37.0 Feb 17, 2023

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ARG TON_NODE
22

3-
FROM node:14-buster as q-server-build
3+
FROM node:18-buster as q-server-build
44

55
ARG Q_SERVER_GITHUB_REPO
66
ARG Q_SERVER_GITHUB_REV

0 commit comments

Comments
 (0)