From b91a6c5b05c50af1e27eb537497b945384afef94 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 16 Aug 2023 04:19:20 +0000 Subject: [PATCH] Update ubuntu Docker tag to v22 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c02763928..cba4cd024 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # Original credit: https://github.com/jpetazzo/dockvpn # Smallest base image -FROM ubuntu:18.04@sha256:9bc830af2bef73276515a29aa896eedfa7bdf4bdbc5c1063b4c457a4bbb8cd79 +FROM ubuntu:22.04@sha256:ec050c32e4a6085b423d36ecd025c0d3ff00c38ab93a3d71a460ff1c44fa6d77 LABEL maintainer="lawtancool"