From 20afba8d196ecd5e6d34b9a8bfa6961653c15a6f Mon Sep 17 00:00:00 2001 From: Scott Koranda Date: Wed, 19 Aug 2020 08:49:24 -0500 Subject: [PATCH] Update base image Debian tag for slapd base image Update the base image Debian tag to 10.5 for the slapd base image. --- comanage-registry-slapd-base/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comanage-registry-slapd-base/Dockerfile b/comanage-registry-slapd-base/Dockerfile index acd8fcd..f7077b3 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.3 +FROM debian:10.5 RUN apt-get update \ && DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -y \