From c325df211b078c9a9380d6c6ed83f0ca7a163014 Mon Sep 17 00:00:00 2001 From: Paul Swartz Date: Mon, 12 Feb 2024 10:12:10 -0500 Subject: [PATCH] chore: update Stunnel to 5.72 --- .github/workflows/prod-stunnel.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/prod-stunnel.yml b/.github/workflows/prod-stunnel.yml index f637078..6be1929 100644 --- a/.github/workflows/prod-stunnel.yml +++ b/.github/workflows/prod-stunnel.yml @@ -22,7 +22,7 @@ jobs: role-to-assume: ${{ secrets.AWS_ROLE_ARN }} ecs-cluster: ${{ env.ECS_CLUSTER }} ecs-service: ${{ env.ECS_SERVICE }} - docker-tag: ghcr.io/mbta/stunnel:5.71-r0-alpine-3.18.3 + docker-tag: ghcr.io/mbta/stunnel:5.72-r0-alpine-3.19.1 launch-type: EXTERNAL - uses: mbta/actions/notify-slack-deploy@v1 if: ${{ !cancelled() }}