File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ RUN apt-get update && \
4
4
apt-get install -y ca-certificates curl && \
5
5
rm -rf /var/lib/apt/lists/*
6
6
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 && \
8
8
dpkg -i -E amazon-cloudwatch-agent.deb && \
9
9
rm -rf /tmp/* && \
10
10
rm -rf /opt/aws/amazon-cloudwatch-agent/bin/amazon-cloudwatch-agent-config-wizard && \
@@ -16,4 +16,4 @@ COPY ./.aws/config /root/.aws/config
16
16
COPY ./.aws/credentials /root/.aws/credentials
17
17
18
18
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" ]
You can’t perform that action at this time.
0 commit comments