Skip to content

Commit

Permalink
Update UBI 9
Browse files Browse the repository at this point in the history
  • Loading branch information
dscervantes committed Oct 2, 2024
1 parent 22853a4 commit b090673
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.access.redhat.com/ubi8/go-toolset as builder
FROM registry.access.redhat.com/ubi9/go-toolset as builder

WORKDIR /go/src/app

Expand All @@ -13,7 +13,7 @@ USER 0

RUN go build -v -o app main.go

FROM registry.access.redhat.com/ubi8-minimal
FROM registry.access.redhat.com/ubi9-minimal

ARG BUILD_COMMIT=unknown

Expand Down

0 comments on commit b090673

Please sign in to comment.