Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
zyclonite authored Jan 3, 2024
1 parent 895f52a commit 32b0782
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.18
FROM alpine:3.19

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

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

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

0 comments on commit 32b0782

Please sign in to comment.