Skip to content

Commit

Permalink
feat: bump AWS Lambda version
Browse files Browse the repository at this point in the history
Related to fix:

- camunda/team-connectors/165 (incorrect serialization of enum)
  • Loading branch information
igpetrov authored Oct 12, 2022
1 parent 3d3e55c commit eb56e93
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 eb56e93

Please sign in to comment.