mirror of
https://github.com/angristan/openvpn-install.git
synced 2026-04-29 06:48:05 +02:00
chore(deps): update ubuntu docker tag to v26
This commit is contained in:
@@ -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,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
|
||||
|
||||
Reference in New Issue
Block a user