diff --git a/Dockerfile b/Dockerfile index 811a507..259c62f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,8 @@ # Use the official Liquibase image as the base -FROM liquibase/liquibase:4.29.1 +FROM liquibase/liquibase:4.29.2 # Add the AWS License Service Extension using the Liquibase Package Manager (LPM) RUN lpm update && lpm add liquibase-aws-license-service # Default command to display Liquibase version -CMD ["liquibase", "--help"] \ No newline at end of file +CMD ["liquibase", "--help"]