Skip to content

Commit 848e305

Browse files
nickboldtamisevsk
authored andcommitted
chore: Update from ubi8-minimal:8.7-1049 to ubi8-minimal:8.7-1049.1675784874
Signed-off-by: Nick Boldt <nboldt@redhat.com>
1 parent 93627ae commit 848e305

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

project-clone/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 GO111MODULE=on go build \
3737
project-clone/main.go
3838

3939
# https://access.redhat.com/containers/?tab=tags#/registry.access.redhat.com/ubi8-minimal
40-
FROM registry.access.redhat.com/ubi8-minimal:8.7-1049
40+
FROM registry.access.redhat.com/ubi8-minimal:8.7-1049.1675784874
4141
RUN microdnf -y update && microdnf install -y time git git-lfs && microdnf clean all && rm -rf /var/cache/yum && echo "Installed Packages" && rpm -qa | sort -V && echo "End Of Installed Packages"
4242
WORKDIR /
4343
COPY --from=builder /project-clone/_output/bin/project-clone /usr/local/bin/project-clone

0 commit comments

Comments
 (0)