Skip to content

Commit 121c2d4

Browse files
authored
chore: Upgrade UBI base image to 8.8 (kserve#121)
Vulnerabities fixed: - [RHSA-2023:7165] cups security and bug fix update (Moderate) - [RHSA-2023:7151] python3 security update (Moderate) - [RHSA-2023:7176] python-pip security update (Moderate) - [RHSA-2023:7151] python3 security update (Moderate) - [RHSA-2023:7190] avahi security update (Moderate) - [RHSA-2023:7112] shadow-utils security and bug fix update (Low) ----- Signed-off-by: Spolti <[email protected]>
1 parent 19c0b29 commit 121c2d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.6 as build_base
15+
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.8 as build_base
1616

1717
# https://docs.docker.com/engine/reference/builder/#automatic-platform-args-in-the-global-scope
1818
# don't provide "default" values (e.g. 'ARG TARGETARCH=amd64') for non-buildx environments,

0 commit comments

Comments
 (0)