Skip to content

Commit f034dfd

Browse files
Update registry.access.redhat.com/ubi8-minimal Docker tag to v8.10-1295.1749680713
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent c492dd7 commit f034dfd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

image/Containerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
# 4. Start using uploader
2020
# charon upload/delete from /home/charon/upload/...
2121
###
22-
FROM registry.access.redhat.com/ubi8-minimal:8.10-1295 as builder
22+
FROM registry.access.redhat.com/ubi8-minimal:8.10-1295.1749680713 as builder
2323

2424
ARG GIT_BRANCH=release
2525

@@ -28,7 +28,7 @@ RUN git clone -b ${GIT_BRANCH} --depth 1 https://github.com/Commonjava/charon.gi
2828
RUN pip3 install --no-cache-dir --upgrade pip
2929
RUN pip3 wheel ./charon
3030

31-
FROM registry.access.redhat.com/ubi8-minimal:8.10-1295
31+
FROM registry.access.redhat.com/ubi8-minimal:8.10-1295.1749680713
3232

3333
ARG USER=charon
3434
ARG UID=10000

0 commit comments

Comments
 (0)