Skip to content

Commit

Permalink
Fix image reference
Browse files Browse the repository at this point in the history
Signed-off-by: Roman Nikitenko <[email protected]>
  • Loading branch information
RomanNikitenko committed Jan 24, 2024
1 parent fe00505 commit bc35c20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/dockerfiles/linux-libc-ubi9.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
# SPDX-License-Identifier: EPL-2.0
#

# https://registry.access.redhat.com/ubi9
FROM registry.access.redhat.com/ubi9/nodejs-18:1-80 as linux-libc-ubi9-builder
# https://registry.access.redhat.com/ubi9/nodejs-18
FROM registry.access.redhat.com/ubi9/nodejs-18:1-84 as linux-libc-ubi9-builder

USER root

Expand Down

0 comments on commit bc35c20

Please sign in to comment.