chore(deps): update ubuntu docker tag to v26

This commit is contained in:
renovate[bot]
2026-04-24 00:53:16 +00:00
committed by GitHub
parent 63448d542d
commit dc95624d03
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
# checkov:skip=CKV_DOCKER_2:Test container doesn't need healthcheck # checkov:skip=CKV_DOCKER_2:Test container doesn't need healthcheck
# checkov:skip=CKV_DOCKER_3:OpenVPN client requires root for NET_ADMIN # checkov:skip=CKV_DOCKER_3:OpenVPN client requires root for NET_ADMIN
FROM ubuntu:24.04 FROM ubuntu:26.04
ENV DEBIAN_FRONTEND=noninteractive ENV DEBIAN_FRONTEND=noninteractive

View File

@@ -1,7 +1,7 @@
# checkov:skip=CKV_DOCKER_2:Test container doesn't need healthcheck # checkov:skip=CKV_DOCKER_2:Test container doesn't need healthcheck
# checkov:skip=CKV_DOCKER_3:OpenVPN server requires root for NET_ADMIN # checkov:skip=CKV_DOCKER_3:OpenVPN server requires root for NET_ADMIN
# checkov:skip=CKV_DOCKER_7:Base image is parameterized, some use latest tag # checkov:skip=CKV_DOCKER_7:Base image is parameterized, some use latest tag
ARG BASE_IMAGE=ubuntu:24.04 ARG BASE_IMAGE=ubuntu:26.04
FROM ${BASE_IMAGE} FROM ${BASE_IMAGE}
ARG BASE_IMAGE ARG BASE_IMAGE