Skip to content

Commit

Permalink
upgrade dataflow ubi image openjdk 17
Browse files Browse the repository at this point in the history
  • Loading branch information
sakoush committed Jan 26, 2024
1 parent d1cc3d1 commit 50bcd18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scheduler/Dockerfile.dataflow
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN gradle build --no-daemon --info
################################################################################

# Some dependencies require glibc, which Alpine does not provide
FROM registry.access.redhat.com/ubi9/openjdk-17-runtime:1.16-3
FROM registry.access.redhat.com/ubi9/openjdk-17-runtime:1.17-1.1705573249

# Run update to pickup any necessary security updates
USER root
Expand Down

0 comments on commit 50bcd18

Please sign in to comment.