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 25ed9ce commit f4a7b6eCopy full SHA for f4a7b6e
Dockerfile
@@ -11,7 +11,7 @@ USER liquibase
11
12
ENV LIQUIBASE_VERSION 3.8.1
13
14
-RUN curl -L https://repo1.maven.org/maven2/org/liquibase/liquibase-core/${LIQUIBASE_VERSION}/liquibase-core-${LIQUIBASE_VERSION}-bin.tar.gz -o liquibase-core-${LIQUIBASE_VERSION}-bin.tar.gz \
+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 \
16
&& rm liquibase-core-${LIQUIBASE_VERSION}-bin.tar.gz
17
0 commit comments