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 f4a7b6e commit 356530eCopy full SHA for 356530e
Dockerfile
@@ -9,7 +9,7 @@ WORKDIR /liquibase
9
# Change to the liquibase user
10
USER liquibase
11
12
-ENV LIQUIBASE_VERSION 3.8.1
+ENV LIQUIBASE_VERSION 3.8.5
13
14
RUN curl -L https://github.com/liquibase/liquibase/releases/download/v${LIQUIBASE_VERSION}/liquibase-${LIQUIBASE_VERSION}.tar.gz -o liquibase-core-${LIQUIBASE_VERSION}-bin.tar.gz \
15
&& tar -xzf liquibase-core-${LIQUIBASE_VERSION}-bin.tar.gz \
0 commit comments