Skip to content

Commit 356530e

Browse files
Bump to 3.8.5
1 parent f4a7b6e commit 356530e

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
@@ -9,7 +9,7 @@ WORKDIR /liquibase
99
# Change to the liquibase user
1010
USER liquibase
1111

12-
ENV LIQUIBASE_VERSION 3.8.1
12+
ENV LIQUIBASE_VERSION 3.8.5
1313

1414
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 \

0 commit comments

Comments
 (0)