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 30e98c7 commit 001aa03
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,10 +1,10 @@
FROM alpine:3.20

LABEL maintainer "NoEnv"
LABEL version "8.7.1"
LABEL version "8.11.0"
LABEL description "OpenLDAP as Docker Image"

ARG version="8.7.1-r0"
ARG version="8.11.0-r1"

RUN apk add --no-cache --purge --clean-protected -u ca-certificates curl=$version \
&& rm -rf /var/cache/apk/*
Expand Down

0 comments on commit 001aa03

Please sign in to comment.