Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
zyclonite authored Oct 1, 2021
1 parent 87e6c58 commit 20bc340
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.14

LABEL maintainer "NoEnv"
LABEL version "7.78.0"
LABEL version "7.79.1"
LABEL description "OpenLDAP as Docker Image"

ARG version="7.78.0-r0"
ARG version="7.79.1-r0"

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

0 comments on commit 20bc340

Please sign in to comment.