Skip to content

Commit f4a7b6e

Browse files
update to use GitHub releases
1 parent 25ed9ce commit f4a7b6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ USER liquibase
1111

1212
ENV LIQUIBASE_VERSION 3.8.1
1313

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 \
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 \
1515
&& tar -xzf liquibase-core-${LIQUIBASE_VERSION}-bin.tar.gz \
1616
&& rm liquibase-core-${LIQUIBASE_VERSION}-bin.tar.gz
1717

0 commit comments

Comments
 (0)