Skip to content

Commit

Permalink
chore(deps): update registry.access.redhat.com/ubi8/ubi-minimal docke…
Browse files Browse the repository at this point in the history
…r tag to v8.10-1018

Signed-off-by: konflux-internal <126015336+konflux-internal[bot]@users.noreply.github.com>
  • Loading branch information
konflux-internal[bot] authored and rgolangh committed Aug 6, 2024
1 parent 0db9cb2 commit 8f55dce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion escalation/jira-listener/src/main/docker/Dockerfile.native
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# docker run -i --rm -p 8080:8080 quarkus/jira-listener
#
###
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-896.1717584414
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1018
WORKDIR /work/
RUN chown 1001 /work \
&& chmod "g+rwX" /work \
Expand Down
2 changes: 1 addition & 1 deletion move2kube/m2k-func/src/main/docker/Dockerfile.native
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# docker run -i --rm -p 8080:8080 quarkus/m2k-kfunc
#
###
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-896.1717584414
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1018
WORKDIR /work/
RUN chown 1001 /work \
&& chmod "g+rwX" /work \
Expand Down

0 comments on commit 8f55dce

Please sign in to comment.