Skip to content

Commit

Permalink
Merge pull request #4719 from flexion/john-dep-up
Browse files Browse the repository at this point in the history
Dep Updates
  • Loading branch information
jimlerza authored Mar 11, 2024
2 parents 944cc70 + 9022bf0 commit 0b5642b
Show file tree
Hide file tree
Showing 17 changed files with 4,095 additions and 1,106 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2.1
orbs:
git-shallow-clone: guitarrapc/[email protected]

efcms-docker-image: &efcms-docker-image $AWS_ACCOUNT_ID.dkr.ecr.us-east-1.amazonaws.com/ef-cms-us-east-1:3.1.4
efcms-docker-image: &efcms-docker-image $AWS_ACCOUNT_ID.dkr.ecr.us-east-1.amazonaws.com/ef-cms-us-east-1:3.1.5

parameters:
run_build_and_deploy:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ RUN apt-get install -y build-essential
RUN apt-get install -y libcairo2-dev libpango1.0-dev libjpeg-dev libgif-dev librsvg2-dev

ENV JAVA_HOME=/usr/lib/jvm/java-11-openjdk-amd64
RUN curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64-2.15.22.zip" -o "awscliv2.zip" && \
RUN curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64-2.15.26.zip" -o "awscliv2.zip" && \
unzip awscliv2.zip && \
./aws/install && \
rm -rf awscliv2.zip
Expand Down
2 changes: 1 addition & 1 deletion iam/terraform/account-specific/main/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ terraform {
}

required_providers {
aws = "5.37.0"
aws = "5.40.0"
opensearch = {
source = "opensearch-project/opensearch"
version = "2.2.0"
Expand Down
2 changes: 1 addition & 1 deletion iam/terraform/environment-specific/main/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ terraform {
}

required_providers {
aws = "5.37.0"
aws = "5.40.0"
}
}
Loading

0 comments on commit 0b5642b

Please sign in to comment.