Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
zyclonite authored Mar 27, 2023
1 parent f733878 commit cf1ddd6
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.17

LABEL maintainer "NoEnv"
LABEL version "7.87.0"
LABEL version "7.88.1"
LABEL description "OpenLDAP as Docker Image"

ARG version="7.87.0-r0"
ARG version="7.88.1-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 cf1ddd6

Please sign in to comment.