Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
zyclonite authored Jan 3, 2024
1 parent db793a9 commit bd7021f
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.18
FROM alpine:3.19

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

ARG version="8.2.1-r0"
ARG version="8.5.0-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 bd7021f

Please sign in to comment.