Skip to content

Commit cacea28

Browse files
renovate[bot]angristan
authored andcommitted
chore(deps): update ubuntu docker tag to v26
1 parent 9ff040e commit cacea28

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

test/Dockerfile.client

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# checkov:skip=CKV_DOCKER_2:Test container doesn't need healthcheck
22
# checkov:skip=CKV_DOCKER_3:OpenVPN client requires root for NET_ADMIN
3-
FROM ubuntu:24.04
3+
FROM ubuntu:26.04
44

55
ENV DEBIAN_FRONTEND=noninteractive
66

test/Dockerfile.server

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# checkov:skip=CKV_DOCKER_2:Test container doesn't need healthcheck
22
# checkov:skip=CKV_DOCKER_3:OpenVPN server requires root for NET_ADMIN
33
# checkov:skip=CKV_DOCKER_7:Base image is parameterized, some use latest tag
4-
ARG BASE_IMAGE=ubuntu:24.04
4+
ARG BASE_IMAGE=ubuntu:26.04
55
FROM ${BASE_IMAGE}
66

77
ARG BASE_IMAGE

0 commit comments

Comments
 (0)