From 04f7d807f01f6c39a92d281ec647dee584edd033 Mon Sep 17 00:00:00 2001
From: Eric Nemchik <eric@nemchik.com>
Date: Tue, 16 Feb 2021 08:15:04 -0600
Subject: [PATCH] Update s6-overlay to v2.2.0.3 for bionic

---
 Dockerfile         | 2 +-
 Dockerfile.aarch64 | 2 +-
 Dockerfile.armhf   | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Dockerfile b/Dockerfile
index 9d52eca..8601e10 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -30,7 +30,7 @@ LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DA
 LABEL maintainer="TheLamer"
 
 # set version for s6 overlay
-ARG OVERLAY_VERSION="v2.2.0.0"
+ARG OVERLAY_VERSION="v2.2.0.3"
 ARG OVERLAY_ARCH="amd64"
 
 # add s6 overlay
diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64
index 5d401e5..066afc2 100644
--- a/Dockerfile.aarch64
+++ b/Dockerfile.aarch64
@@ -30,7 +30,7 @@ LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DA
 LABEL maintainer="TheLamer"
 
 # set version for s6 overlay
-ARG OVERLAY_VERSION="v2.2.0.0"
+ARG OVERLAY_VERSION="v2.2.0.3"
 ARG OVERLAY_ARCH="aarch64"
 
 # add s6 overlay
diff --git a/Dockerfile.armhf b/Dockerfile.armhf
index ceb9e3a..46dfc35 100644
--- a/Dockerfile.armhf
+++ b/Dockerfile.armhf
@@ -30,7 +30,7 @@ LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DA
 LABEL maintainer="TheLamer"
 
 # set version for s6 overlay
-ARG OVERLAY_VERSION="v2.2.0.0"
+ARG OVERLAY_VERSION="v2.2.0.3"
 ARG OVERLAY_ARCH="arm"
 
 # add s6 overlay
-- 
GitLab