Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: sourcetoad/aws-ecs-deploy-action
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.1.3
Choose a base ref
...
head repository: sourcetoad/aws-ecs-deploy-action
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 4 commits
  • 1 file changed
  • 2 contributors

Commits on Jun 24, 2024

  1. Copy the full SHA
    6aa68a6 View commit details

Commits on Sep 13, 2024

  1. Copy the full SHA
    afcb0c7 View commit details

Commits on Jan 14, 2025

  1. Copy the full SHA
    11af309 View commit details

Commits on May 9, 2025

  1. Copy the full SHA
    d142866 View commit details
Showing with 1 addition and 1 deletion.
  1. +1 −1 Dockerfile
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM amazon/aws-cli:2.15.21
FROM amazon/aws-cli:2.27.11

COPY deploy.sh /deploy.sh