Skip to content

Commit

Permalink
Bump nginx and openldap.
Browse files Browse the repository at this point in the history
  • Loading branch information
fniessink committed May 9, 2023
1 parent 06e3bdc commit 473189f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion components/proxy/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG IMAGE_NAME=nginx
ARG IMAGE_VERSION=1.23.3-alpine-slim
ARG IMAGE_VERSION=1.23.4-alpine-slim
FROM $IMAGE_NAME:$IMAGE_VERSION

LABEL maintainer="Quality-time team <quality-time@ictu.nl>"
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose.ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ services:
ports:
- "27017:27017"
ldap:
image: bitnami/openldap:2.6.3
image: bitnami/openldap:2.6.4
environment:
- LDAP_ADMIN_PASSWORD=admin
- LDAP_PORT_NUMBER=389
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose.override.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ services:
depends_on:
- database
ldap:
image: bitnami/openldap:2.6.3
image: bitnami/openldap:2.6.4
environment:
- LDAP_ADMIN_PASSWORD=admin
- LDAP_PORT_NUMBER=389
Expand Down

0 comments on commit 473189f

Please sign in to comment.