Skip to content

Commit

Permalink
Updating ubi8
Browse files Browse the repository at this point in the history
  • Loading branch information
epag committed Oct 18, 2024
1 parent 4ca956a commit 3514e9f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.access.redhat.com/ubi8/ubi:8.10-1054
FROM registry.access.redhat.com/ubi8/ubi:8.10-1088

RUN dnf install -y \
java-17-openjdk-headless-1:17.0.13.0.11-3.el8.x86_64 \
Expand Down
2 changes: 1 addition & 1 deletion wres-eventsbroker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ RUN apk --no-cache add tar && \
# Final image
#############

FROM registry.access.redhat.com/ubi8/ubi:8.10-1054
FROM registry.access.redhat.com/ubi8/ubi:8.10-1088

RUN dnf install -y \
java-17-openjdk-headless-1:17.0.13.0.11-3.el8.x86_64 \
Expand Down
2 changes: 1 addition & 1 deletion wres-tasker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.access.redhat.com/ubi8/ubi:8.10-1054
FROM registry.access.redhat.com/ubi8/ubi:8.10-1088

RUN dnf install -y \
java-17-openjdk-headless-1:17.0.13.0.11-3.el8.x86_64 \
Expand Down
2 changes: 1 addition & 1 deletion wres-vis/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# From a base image, make updates
FROM registry.access.redhat.com/ubi8/ubi:8.10-1054
FROM registry.access.redhat.com/ubi8/ubi:8.10-1088

RUN dnf install -y \
java-17-openjdk-headless-1:17.0.13.0.11-3.el8.x86_64 \
Expand Down
2 changes: 1 addition & 1 deletion wres-writing/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# From a base image, make updates
FROM registry.access.redhat.com/ubi8/ubi:8.10-1054
FROM registry.access.redhat.com/ubi8/ubi:8.10-1088

RUN dnf install -y \
java-17-openjdk-headless-1:17.0.13.0.11-3.el8.x86_64 \
Expand Down

0 comments on commit 3514e9f

Please sign in to comment.