chore(deps): update ubuntu docker tag to v26

This commit is contained in:
renovate[bot]
2026-04-30 16:00:48 +02:00
committed by Stanislas
parent 9ff040e6e9
commit cacea28323
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
# checkov:skip=CKV_DOCKER_2:Test container doesn't need healthcheck
# checkov:skip=CKV_DOCKER_3:OpenVPN client requires root for NET_ADMIN
FROM ubuntu:24.04
FROM ubuntu:26.04
ENV DEBIAN_FRONTEND=noninteractive
+1 -1
View File
@@ -1,7 +1,7 @@
# 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_7:Base image is parameterized, some use latest tag
ARG BASE_IMAGE=ubuntu:24.04
ARG BASE_IMAGE=ubuntu:26.04
FROM ${BASE_IMAGE}
ARG BASE_IMAGE