Skip to content

Commit

Permalink
Update RedHat UBI base image (#1129)
Browse files Browse the repository at this point in the history
* Update controller base image

* Update tool base image
  • Loading branch information
pavannd1 committed Nov 3, 2021
1 parent 961ea96 commit 240b5a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/controller/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-210
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.4-212

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

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-210
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.4-212
ARG kan_tools_version="test-version"
LABEL name="kanister-tools" \
vendor="Kanister" \
Expand Down

0 comments on commit 240b5a3

Please sign in to comment.