Skip to content

Commit

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

RUN go build -v -o app main.go

FROM registry.access.redhat.com/ubi-minimal:8.9-1108.1705420507

FROM registry.access.redhat.com/ubi-minimal:latest
ARG BUILD_COMMIT=unknown

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

0 comments on commit 13dba03

Please sign in to comment.