Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
zyclonite authored May 23, 2024
1 parent c849a7e commit 0a39000
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.19
FROM alpine:3.20

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

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

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

0 comments on commit 0a39000

Please sign in to comment.