Skip to content

Commit

Permalink
chore(deps): update flink docker tag to v1.18.1 (#8084)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| flink | final | patch | `1.18.0` -> `1.18.1` |
| flink |  | patch | `1.18.0` -> `1.18.1` |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Phillip Cloud <[email protected]>
Co-authored-by: Deepyaman Datta <[email protected]>
  • Loading branch information
3 people authored Jan 25, 2024
1 parent 17a1ef2 commit 7ad32b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ services:
- exasol:/data

flink-jobmanager:
image: flink:1.18.0
image: flink:1.18.1
environment:
FLINK_PROPERTIES: |
jobmanager.rpc.address: flink-jobmanager
Expand Down
4 changes: 2 additions & 2 deletions docker/flink/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM flink:1.18.0
FROM flink:1.18.1
# ibis-flink requires PyFlink dependency
RUN wget -nv -P $FLINK_HOME/lib/ https://repo1.maven.org/maven2/org/apache/flink/flink-python/1.18.0/flink-python-1.18.0.jar
RUN wget -nv -P $FLINK_HOME/lib/ https://repo1.maven.org/maven2/org/apache/flink/flink-python/1.18.1/flink-python-1.18.1.jar

0 comments on commit 7ad32b1

Please sign in to comment.