Skip to content

Commit

Permalink
Adjust for using ubi8 instead.
Browse files Browse the repository at this point in the history
  • Loading branch information
ianliuwk1019 committed Aug 20, 2024
1 parent 5a12d47 commit ccd606c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN dnf install -y ca-certificates && \


# Deployment container
FROM registry.access.redhat.com/ubi9/ubi-micro:9.4-13
FROM registry.access.redhat.com/ubi8/ubi:8.10-1054

# Node packages and dependencies
COPY --from=builder /usr/bin/node /usr/bin/
Expand Down

0 comments on commit ccd606c

Please sign in to comment.