Skip to content

Commit 91e1d26

Browse files
committed
Update Dockerfile
1 parent 0ccaad3 commit 91e1d26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/integ/agent/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ RUN apt-get update && \
44
apt-get install -y ca-certificates curl && \
55
rm -rf /var/lib/apt/lists/*
66

7-
RUN curl -O https://amazon-cloud-watch-agent.s3.amazonaws.com/debian/amd64/latest/amazon-cloudwatch-agent.deb && \
7+
RUN curl -O https://amazon-cloud-watch-agent.s3.amazonaws.com/debian/amd64/1.237768.0/amazon-cloudwatch-agent.deb && \
88
dpkg -i -E amazon-cloudwatch-agent.deb && \
99
rm -rf /tmp/* && \
1010
rm -rf /opt/aws/amazon-cloudwatch-agent/bin/amazon-cloudwatch-agent-config-wizard && \
@@ -16,4 +16,4 @@ COPY ./.aws/config /root/.aws/config
1616
COPY ./.aws/credentials /root/.aws/credentials
1717

1818
ENV RUN_IN_CONTAINER="True"
19-
ENTRYPOINT ["/opt/aws/amazon-cloudwatch-agent/bin/start-amazon-cloudwatch-agent"]
19+
ENTRYPOINT ["/opt/aws/amazon-cloudwatch-agent/bin/start-amazon-cloudwatch-agent"]

0 commit comments

Comments
 (0)