We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 079941f commit 0c447f9Copy full SHA for 0c447f9
setup.py
@@ -5,7 +5,7 @@
5
6
setup(
7
name="aws-embedded-metrics",
8
- version="3.1.0",
+ version="3.1.1",
9
author="Amazon Web Services",
10
author_email="jarnance@amazon.com",
11
description="AWS Embedded Metrics Package",
tests/integ/agent/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM debian:latest
+FROM debian:bullseye
2
3
RUN apt-get update && \
4
apt-get install -y ca-certificates curl && \
0 commit comments