Skip to content

Commit

Permalink
upgrade to alpine 3.13 and openldap 2.4.56
Browse files Browse the repository at this point in the history
  • Loading branch information
zyclonite committed Jan 15, 2021
1 parent 58c1d45 commit 668a40e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
FROM alpine:3.12
FROM alpine:3.13

LABEL maintainer "NoEnv"
LABEL version "2.4.50"
LABEL version "2.4.56"
LABEL description "OpenLDAP as Docker Image"

ARG lang="en_US.UTF-8"
ARG backend="mdb"
ARG version="2.4.50-r0"
ARG version="2.4.56-r0"

ENV LANG "${lang}"
ENV USER "ldap"
Expand Down

0 comments on commit 668a40e

Please sign in to comment.