Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
zyclonite authored Aug 4, 2023
1 parent cf1ddd6 commit db793a9
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,10 +1,10 @@
FROM alpine:3.17
FROM alpine:3.18

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

ARG version="7.88.1-r1"
ARG version="8.2.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 db793a9

Please sign in to comment.