Skip to content

Commit

Permalink
get rid of "WARN: InvalidDefaultArgInFrom: Default value for ARG flin…
Browse files Browse the repository at this point in the history
…k:${FLINK_VERSION} results in empty or invalid base image name (line 3)"
  • Loading branch information
raphaelsolarski committed Aug 8, 2024
1 parent dffe838 commit 702971f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flink/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG FLINK_VERSION
ARG FLINK_VERSION=undefined-flink-version

FROM flink:${FLINK_VERSION}

Expand Down

0 comments on commit 702971f

Please sign in to comment.