From 53933b2e17a331d3e09e8caff8a3b7aa092d55ad Mon Sep 17 00:00:00 2001 From: Scott Koranda <skoranda@gmail.com> Date: Tue, 15 Jun 2021 09:31:32 -0500 Subject: [PATCH] Update base image for slapd images Update the base Debian image used for the slapd images. --- comanage-registry-slapd-base/Dockerfile | 2 +- comanage-registry-slapd-proxy/Dockerfile | 2 +- comanage-registry-slapd/Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/comanage-registry-slapd-base/Dockerfile b/comanage-registry-slapd-base/Dockerfile index bce3468..a9e5dbd 100644 --- a/comanage-registry-slapd-base/Dockerfile +++ b/comanage-registry-slapd-base/Dockerfile @@ -16,7 +16,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -FROM debian:10.5 +FROM debian:10.9 RUN apt-get update \ && DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -y \ diff --git a/comanage-registry-slapd-proxy/Dockerfile b/comanage-registry-slapd-proxy/Dockerfile index 8f9e894..243483c 100644 --- a/comanage-registry-slapd-proxy/Dockerfile +++ b/comanage-registry-slapd-proxy/Dockerfile @@ -16,7 +16,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -ARG COMANAGE_REGISTRY_SLAPD_BASE_IMAGE_VERSION=2 +ARG COMANAGE_REGISTRY_SLAPD_BASE_IMAGE_VERSION=5 FROM comanage-registry-slapd-base:${COMANAGE_REGISTRY_SLAPD_BASE_IMAGE_VERSION} ARG COMANAGE_REGISTRY_SLAPD_BASE_IMAGE_VERSION diff --git a/comanage-registry-slapd/Dockerfile b/comanage-registry-slapd/Dockerfile index faa23c8..9e7699c 100644 --- a/comanage-registry-slapd/Dockerfile +++ b/comanage-registry-slapd/Dockerfile @@ -16,7 +16,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -ARG COMANAGE_REGISTRY_SLAPD_BASE_IMAGE_VERSION=2 +ARG COMANAGE_REGISTRY_SLAPD_BASE_IMAGE_VERSION=5 FROM comanage-registry-slapd-base:${COMANAGE_REGISTRY_SLAPD_BASE_IMAGE_VERSION} ARG COMANAGE_REGISTRY_SLAPD_BASE_IMAGE_VERSION