Skip to content

Commit c579d27

Browse files
Update docker images
1 parent 6d697fd commit c579d27

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

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 registry.access.redhat.com/ubi10/ubi-minimal:10.2-1780550715
31+
FROM registry.access.redhat.com/ubi10/ubi-minimal:10.2-1781509346
3232

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

docker/dockerfile-compose

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# This Dockerfile is intended for docker-compose only.
2-
FROM index.docker.io/library/golang@sha256:68cb6d68bed024785b69195b89af7ac7a444f27791435f98647edff595aa0479 AS builder
2+
FROM index.docker.io/library/golang@sha256:792443b89f65105abba56b9bd5e97f680a80074ac62fc844a584212f8c8102c3 AS builder
33

44
USER root
55

@@ -28,7 +28,7 @@ RUN CGO_ENABLED=0 LDFLAGS="-s -w \
2828
GOOS=linux go build -ldflags "${LDFLAGS}" -o main ./cmd/thv-registry-api/main.go
2929

3030
# Use minimal base image to package the binary
31-
FROM index.docker.io/library/alpine@sha256:5b10f432ef3da1b8d4c7eb6c487f2f5a8f096bc91145e68878dd4a5019afde11
31+
FROM index.docker.io/library/alpine@sha256:28bd5fe8b56d1bd048e5babf5b10710ebe0bae67db86916198a6eec434943f8b
3232

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

0 commit comments

Comments
 (0)