Skip to content

Commit

Permalink
Update Dockerfiles for 1.9.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
patricklucas committed Jan 31, 2020
1 parent 94845f4 commit 5920fd7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions 1.9/scala_2.11-debian/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ RUN set -ex; \
gosu nobody true

# Configure Flink version
ENV FLINK_VERSION=1.9.1 \
ENV FLINK_VERSION=1.9.2 \
SCALA_VERSION=2.11 \
GPG_KEY=E2C45417BED5C104154F341085BACB5AEFAE3202
GPG_KEY=EF88474C564C7A608A822EEC3FF96A2057B6476C

# Prepare environment
ENV FLINK_HOME=/opt/flink
Expand Down
4 changes: 2 additions & 2 deletions 1.9/scala_2.12-debian/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ RUN set -ex; \
gosu nobody true

# Configure Flink version
ENV FLINK_VERSION=1.9.1 \
ENV FLINK_VERSION=1.9.2 \
SCALA_VERSION=2.12 \
GPG_KEY=E2C45417BED5C104154F341085BACB5AEFAE3202
GPG_KEY=EF88474C564C7A608A822EEC3FF96A2057B6476C

# Prepare environment
ENV FLINK_HOME=/opt/flink
Expand Down

0 comments on commit 5920fd7

Please sign in to comment.