Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
sayaliM0412 authored Sep 5, 2024
1 parent b86f893 commit 6caa02b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -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"]
CMD ["liquibase", "--help"]

0 comments on commit 6caa02b

Please sign in to comment.