Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dscervantes committed Jan 25, 2024
1 parent 13dba03 commit 741bc60
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ USER 0

RUN go build -v -o app main.go

FROM registry.access.redhat.com/ubi-minimal:latest
FROM registry.access.redhat.com/ubi8-minimal:latest

ARG BUILD_COMMIT=unknown

COPY --from=builder /go/src/app/app .
Expand Down

0 comments on commit 741bc60

Please sign in to comment.