aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Meinhold <mxmeinhold@gmail.com>2021-03-20 12:44:01 -0400
committerGitHub <noreply@github.com>2021-03-20 12:44:01 -0400
commite49829a52773433dbaf482474fe2086325d904b6 (patch)
tree421a33ff4667bcd1cc1c35ee65c276098e9578ab
parent1672ecc67e52695ca88f4fa22587d5f9d80ee91c (diff)
parent096f6309754bf5715c62c0208719700474d0667f (diff)
Merge Version 3.5.3-1 (#252)v3.5.3-1
-rw-r--r--Dockerfile2
-rw-r--r--package.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile
index 2ca5882..5c986f0 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -33,6 +33,6 @@ RUN curl -sL https://deb.nodesource.com/setup_10.x | bash - && \
RUN ln -sf /usr/share/zoneinfo/America/New_York /etc/localtime
# Set version for apm
-RUN echo "export DD_VERSION=$(python3 packet/git.py)" >> /tmp/version
+RUN echo "export DD_VERSION=\"$(python3 packet/git.py)\"" >> /tmp/version
CMD ["/bin/bash", "-c", "source /tmp/version && ddtrace-run gunicorn packet:app --bind=0.0.0.0:8080 --access-logfile=- --timeout=600"]
diff --git a/package.json b/package.json
index 1b92a41..a6e10b1 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"title": "CSH Packet",
"name": "csh-packet",
- "version": "3.5.3",
+ "version": "3.5.3-1",
"description": "A web app implementation of the CSH introductory packet.",
"bugs": {
"url": "https://github.com/ComputerScienceHouse/packet/issues",