Skip to content

Commit

Permalink
Merge pull request #13 from camunda/bump-lambda-version-030-to-031
Browse files Browse the repository at this point in the history
feat: bump AWS Lambda version
  • Loading branch information
igpetrov authored Oct 12, 2022
2 parents 3d3e55c + eb56e93 commit 89c23ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ARG RUNTIME_VERSION=0.2.2
FROM camunda/connectors:${RUNTIME_VERSION}

# Configure versions of included connectors
ARG AWS_LAMBDA_VERSION=0.3.0
ARG AWS_LAMBDA_VERSION=0.3.1
ARG GOOGLE_DRIVE_VERSION=0.4.0
ARG HTTP_JSON_VERSION=0.9.0
ARG SENDGRID_VERSION=0.11.0
Expand Down

0 comments on commit 89c23ad

Please sign in to comment.