Skip to content

Commit

Permalink
Update RH base image (#1096)
Browse files Browse the repository at this point in the history
* Update controller base image

* Update kanister-tools base image

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
pavannd1 and mergify[bot] committed Sep 22, 2021
1 parent 93d2d33 commit e123505
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docker/controller/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.3
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.4-210

MAINTAINER Tom Manville<tom@kasten.io>
LABEL maintainer="Tom Manville<tom@kasten.io>"

RUN microdnf update openssl-libs

Expand Down
2 changes: 1 addition & 1 deletion docker/tools/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.4-208
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.4-210
ARG kan_tools_version="test-version"
LABEL name="kanister-tools" \
vendor="Kanister" \
Expand Down

0 comments on commit e123505

Please sign in to comment.