Skip to content

Commit 768073d

Browse files
committed
update base image
1 parent 6757872 commit 768073d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#
22
# Base image with defaults for all stages
3-
FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:e1c4703364c5cb58f5462575dc90345bcd934ddc45e6c32f9c162f2b5617681c AS base
3+
FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:a50731d3397a4ee28583f1699842183d4d24fadcc565c4688487af9ee4e13a44 AS base
44

55
COPY LICENSE /licenses/
66

@@ -52,7 +52,8 @@ COPY --from=ghcr.io/astral-sh/uv:0.7.3@sha256:87a04222b228501907f487b338ca6fc151
5252

5353
COPY Makefile ./
5454
COPY --from=builder /opt/app-root /opt/app-root
55-
RUN uv sync --frozen
55+
RUN ls -la /opt/app-root/bin
56+
RUN uv sync --frozen --verbose
5657
RUN make test
5758

5859

0 commit comments

Comments
 (0)