We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16cc6e5 commit a04ea47Copy full SHA for a04ea47
Dockerfile
@@ -28,7 +28,7 @@ RUN CGO_ENABLED=0 LDFLAGS="-s -w \
28
GOOS=linux GOARCH=amd64 go build -ldflags "${LDFLAGS}" -o main ./cmd/thv-registry-api/main.go
29
30
# Use minimal base image to package the binary
31
-FROM --platform=linux/amd64 registry.access.redhat.com/ubi10/ubi-minimal:10.1-1762189639
+FROM --platform=linux/amd64 registry.access.redhat.com/ubi10/ubi-minimal:10.1-1762952303
32
33
COPY --from=builder /workspace/main /
34
COPY LICENSE /licenses/LICENSE
0 commit comments