ciinabox-ecs 0.2.12.alpha.1531192384 → 0.2.12.alpha.1531204953
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lambdas/acm_issuer_validator/lib/install.sh +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4b5f136cd3c19f3bb4ec6f8e8f2e6af4a5e3b2b4b18e46448499d666a82bec84
|
4
|
+
data.tar.gz: 364b269b46ec02cd1330625cb823de1780e61afe15fe271cfd545f92cd335e01
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5af3f867c4ab4a98679fe5382287e742bea94ed70b22c0bf11b226f810e33d53cb675d5c63253cd8695d59baaaa64170819e9abd517d21adf56150593ca54670
|
7
|
+
data.tar.gz: ead009b8f1863e818d8ab2ad85a19c1d0131fd59417d1f6ed50a614a65bee97758d8310f54a43fcffe0f8d43e0f3e38916ec5a9da3835bfd3ce997ab3785c3a4
|
@@ -16,5 +16,5 @@ function pipinstall () {
|
|
16
16
|
if [ $(which docker) == '' ]; then
|
17
17
|
pipinstall
|
18
18
|
else
|
19
|
-
docker run --rm -v $DIR/..:/dst -w /dst -u $UID python:3-alpine pip install aws-acm-cert-validator==0.1.11 -t lib
|
19
|
+
docker run --rm -v $DIR/..:/dst -w /dst -u $UID python:3.6-alpine pip install aws-acm-cert-validator==0.1.11 -t lib
|
20
20
|
fi
|