Skip to content

Commit 0bd905c

Browse files
authored
chore: Use latest ubi image tag (kserve#140)
#### Motivation #### Modifications #### Result Signed-off-by: Spolti <[email protected]>
1 parent f8212c7 commit 0bd905c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.8 as build_base
15+
FROM registry.access.redhat.com/ubi8/ubi-minimal:latest as build_base
1616

1717
# https://docs.docker.com/engine/reference/builder/#automatic-platform-args-in-the-global-scope
1818
# don't provide "default" values (e.g. 'ARG TARGETARCH=amd64') for non-buildx environments,
@@ -76,7 +76,7 @@ RUN --mount=type=cache,target=/root/.m2 \
7676

7777

7878
###############################################################################
79-
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.6 AS runtime
79+
FROM registry.access.redhat.com/ubi8/ubi-minimal:latest AS runtime
8080

8181
# TODO: FROM registry.access.redhat.com/ubi8/openjdk-17-runtime:1.15
8282

0 commit comments

Comments
 (0)