Skip to content

Commit 1996c74

Browse files
committed
Fix base image for nodejs22-monimal.
Instead of `ubi10/ubi-minimal` it is `ubi10-minimal` Signed-off-by: Petr "Stone" Hracek <[email protected]>
1 parent 7bd2faf commit 1996c74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 22-minimal/Dockerfile.rhel10

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubi10/ubi-minimal
1+
FROM ubi10-minimal:latest
22

33
EXPOSE 8080
44

0 commit comments

Comments
 (0)