We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a6ead1 commit a02fa3eCopy full SHA for a02fa3e
DockerfileSecure
@@ -10,8 +10,8 @@ RUN groupadd --gid 1001 liquibase && \
10
# Download and install Liquibase
11
WORKDIR /liquibase
12
13
-ARG LIQUIBASE_SECURE_VERSION=5.0.2
14
-ARG LB_SECURE_SHA256=0330c556d8adf1fbc95fe4685043b98438b3d6e723e3c5c243066b1926bf10f2
+ARG LIQUIBASE_SECURE_VERSION=5.0.3
+ARG LB_SECURE_SHA256=274b84056a8350ec25fbcf35410385bc0451f3e986ee5f8ec523b1ec9c1f4fcf
15
16
# Add metadata labels
17
LABEL org.opencontainers.image.description="Liquibase Secure Container Image"
0 commit comments