Skip to content

Commit f5d2a28

Browse files
authored
Merge branch 'main' into converters_0
2 parents ce74cac + a04ea47 commit f5d2a28

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
@@ -28,7 +28,7 @@ RUN CGO_ENABLED=0 LDFLAGS="-s -w \
2828
GOOS=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 --platform=linux/amd64 registry.access.redhat.com/ubi10/ubi-minimal:10.1-1762189639
31+
FROM --platform=linux/amd64 registry.access.redhat.com/ubi10/ubi-minimal:10.1-1762952303
3232

3333
COPY --from=builder /workspace/main /
3434
COPY LICENSE /licenses/LICENSE

0 commit comments

Comments
 (0)