Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
zyclonite authored May 3, 2022
1 parent a6cd0b8 commit 474b8fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ LABEL maintainer "NoEnv"
LABEL version "7.80.0"
LABEL description "OpenLDAP as Docker Image"

ARG version="7.80.0-r0"
ARG version="7.80.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 474b8fc

Please sign in to comment.