Skip to content

Commit a04ea47

Browse files
Update registry.access.redhat.com/ubi10/ubi-minimal Docker tag to v10.1-1762952303 (#102)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 16cc6e5 commit a04ea47

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)