Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
zyclonite authored Nov 7, 2024
1 parent 0a39000 commit 5715dfc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
FROM alpine:3.20

LABEL maintainer "NoEnv"
LABEL version "2.6.7"
LABEL version "2.6.8"
LABEL description "OpenLDAP as Docker Image"

ARG lang="en_US.UTF-8"
ARG backend="mdb"
ARG version="2.6.7-r0"
ARG version="2.6.8-r0"

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

0 comments on commit 5715dfc

Please sign in to comment.