Skip to content

Commit

Permalink
upgrade jdbc
Browse files Browse the repository at this point in the history
  • Loading branch information
Tingweiftw committed Nov 15, 2023
1 parent 3cbbf61 commit 1da628c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ RUN set -euo pipefail && \
## MariaDB JAR
curl -LO https://downloads.mariadb.com/Connectors/java/connector-java-2.4.0/mariadb-java-client-2.4.0.jar; \
## Postgres JDBC JAR
curl -LO https://jdbc.postgresql.org/download/postgresql-42.2.9.jar; \
curl -LO https://jdbc.postgresql.org/download/postgresql-42.6.0.jar; \
cd -; \
:

Expand Down
1 change: 1 addition & 0 deletions airflow-pipeline
Submodule airflow-pipeline added at 5a7796

1 comment on commit 1da628c

@tyng94
Copy link

@tyng94 tyng94 commented on 1da628c Nov 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Tingweiftw Accidentally added a submodule here

Please sign in to comment.