File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ RUN CGO_ENABLED=0 LDFLAGS="-s -w \
2828GOOS=linux GOARCH=amd64 go build -ldflags "${LDFLAGS}" -o main ./cmd/thv-registry-api/main.go
2929
3030# Use minimal base image to package the binary
31- FROM registry.access.redhat.com/ubi10/ubi-minimal:10.2-1781509346
31+ FROM registry.access.redhat.com/ubi10/ubi-minimal:10.2-1782283038
3232
3333COPY --from=builder /workspace/main /
3434COPY LICENSE /licenses/LICENSE
Original file line number Diff line number Diff line change 11# This Dockerfile is intended for docker-compose only.
2- FROM index.docker.io/library/golang@sha256:792443b89f65105abba56b9bd5e97f680a80074ac62fc844a584212f8c8102c3 AS builder
2+ FROM index.docker.io/library/golang@sha256:32c0e6e5c4f6707717051091b4d0b077464a679eaab563e11474efc5328e2aa5 AS builder
33
44USER root
55
You can’t perform that action at this time.
0 commit comments