Skip to content

Commit

Permalink
Update Dockerfile (#2705)
Browse files Browse the repository at this point in the history
* Update Dockerfile

* Update Dockerfile
  • Loading branch information
msnwatson authored Mar 4, 2024
1 parent 7b79e38 commit 88dad5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db-init/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM flyway/flyway:10.3-alpine
# hadolint ignore=DL3018
RUN apk update && apk upgrade && apk --no-cache add libcrypto3 libssl3 openssl postgresql-client && rm -rf /var/cache/apk/*
RUN pip3 install --no-cache-dir sqlfluff==2.1.2
RUN pip3 install jinja2 --upgrade
RUN pip3 install --no-cache-dir jinja2==3.1.3
COPY database /flyway/sql
COPY flyway.conf /flyway/conf

Expand Down

0 comments on commit 88dad5a

Please sign in to comment.