Skip to content

Commit 5d31f19

Browse files
authored
Merge pull request codeship-library#46 from codeship-library/updates
Updates to AWS CLI v1.11.129
2 parents 903b80b + 3efb5c1 commit 5d31f19

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

base/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
FROM python:3.6-alpine
2-
2+
LABEL maintainer='Codeship Inc., <[email protected]>'
33

44
# which version of the AWS CLI to install.
55
# https://pypi.python.org/pypi/awscli
6-
ARG AWS_CLI_VERSION="1.11.97"
6+
ARG AWS_CLI_VERSION="1.11.129"
77

88
ENV PIP_DISABLE_PIP_VERSION_CHECK=true
99

deployment/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM codeship/aws-base:latest
2-
2+
LABEL maintainer='Codeship Inc., <[email protected]>'
33

44
RUN \
55
apk --no-cache add \

dockercfg-generator/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM codeship/aws-base:latest
2-
2+
LABEL maintainer='Codeship Inc., <[email protected]>'
33

44
RUN \
55
apk --no-cache add \

dockercfg-generator/Dockerfile.test

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
FROM alpine:3.4
2-
1+
FROM alpine:3.6
2+
LABEL maintainer='Codeship Inc., <[email protected]>'
33

44
RUN \
55
echo "Hello ECR at $(date)" > hello.txt && \

0 commit comments

Comments
 (0)