From 306351b5372d5675e062d179c9048433a4a9c02b Mon Sep 17 00:00:00 2001 From: Scott Koranda Date: Fri, 6 Aug 2021 06:40:06 -0500 Subject: [PATCH] Update base for slapd base to Debian 10.10 Update base for slapd base to Debian 10.10. --- 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 a9e5dbd..adb6e08 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.9 +FROM debian:10.10 RUN apt-get update \ && DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -y \