Skip to content

Commit 86e401b

Browse files
elevrankfirtoledo
andauthored
Update Dockerfile
Co-authored-by: Kfir Toledo <kfir.toledo@gmail.com> Signed-off-by: Etai Lev Ran <elevran@gmail.com>
1 parent 49e42f1 commit 86e401b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ ENV GOOS=${TARGETOS:-linux}
3232
ENV GOARCH=${TARGETARCH}
3333
RUN go build -a -o bin/epp -ldflags="-extldflags '-L$(pwd)/lib'" cmd/epp/main.go cmd/epp/health.go
3434

35-
# Use distroless as minimal base image to package the manager binary
35+
# Use ubi9 as a minimal base image to package the manager binary
3636
# Refer to https://github.com/GoogleContainerTools/distroless for more details
3737
FROM registry.access.redhat.com/ubi9/ubi-minimal:latest
3838
WORKDIR /

0 commit comments

Comments
 (0)