Skip to content

Commit e49829a

Browse files
authored
Merge Version 3.5.3-1 (#252)
2 parents 1672ecc + 096f630 commit e49829a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ RUN curl -sL https://deb.nodesource.com/setup_10.x | bash - && \
3333
RUN ln -sf /usr/share/zoneinfo/America/New_York /etc/localtime
3434

3535
# Set version for apm
36-
RUN echo "export DD_VERSION=$(python3 packet/git.py)" >> /tmp/version
36+
RUN echo "export DD_VERSION=\"$(python3 packet/git.py)\"" >> /tmp/version
3737

3838
CMD ["/bin/bash", "-c", "source /tmp/version && ddtrace-run gunicorn packet:app --bind=0.0.0.0:8080 --access-logfile=- --timeout=600"]

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"title": "CSH Packet",
33
"name": "csh-packet",
4-
"version": "3.5.3",
4+
"version": "3.5.3-1",
55
"description": "A web app implementation of the CSH introductory packet.",
66
"bugs": {
77
"url": "https://github.com/ComputerScienceHouse/packet/issues",

0 commit comments

Comments
 (0)