Skip to content

Commit

Permalink
ci: switch to latest aws-cdk for best build
Browse files Browse the repository at this point in the history
  • Loading branch information
danellecline committed Oct 5, 2024
1 parent 3c0819b commit 63f5bb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.aws
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ARG GIT_VERSION=latest
ARG IMAGE_URI=mbari/fastapi-yolov5-fargate-elb:${GIT_VERSION}

# Install the required node modules, and force the latest version of aws-cdk
RUN npm install -g aws-cdk@2.141.0
RUN npm install -g aws-cdk@latest

RUN apt-get update && \
apt-get install -y git && \
Expand Down

0 comments on commit 63f5bb7

Please sign in to comment.