Skip to content

Commit

Permalink
Merge pull request #5662 from mailcow/fix/rollback-curl-bug
Browse files Browse the repository at this point in the history
fix: rollback curl bug
  • Loading branch information
DerLinkman authored Jan 22, 2024
2 parents 68989f0 + a0613e4 commit 1159450
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion data/Dockerfiles/acme/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.19
FROM alpine:3.18

LABEL maintainer "The Infrastructure Company GmbH GmbH <[email protected]>"

Expand Down
2 changes: 1 addition & 1 deletion data/Dockerfiles/phpfpm/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:8.2-fpm-alpine3.19
FROM php:8.2-fpm-alpine3.18
LABEL maintainer "The Infrastructure Company GmbH <[email protected]>"

# renovate: datasource=github-tags depName=krakjoe/apcu versioning=semver-coerced extractVersion=^v(?<version>.*)$
Expand Down
2 changes: 1 addition & 1 deletion data/Dockerfiles/unbound/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.19
FROM alpine:3.18

LABEL maintainer "The Infrastructure Company GmbH GmbH <[email protected]>"

Expand Down
2 changes: 1 addition & 1 deletion data/Dockerfiles/watchdog/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.19
FROM alpine:3.18
LABEL maintainer "The Infrastructure Company GmbH <[email protected]>"

# Installation
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ services:
- rspamd

php-fpm-mailcow:
image: mailcow/phpfpm:1.86
image: mailcow/phpfpm:1.87
command: "php-fpm -d date.timezone=${TZ} -d expose_php=0"
depends_on:
- redis-mailcow
Expand Down Expand Up @@ -399,7 +399,7 @@ services:
condition: service_started
unbound-mailcow:
condition: service_healthy
image: mailcow/acme:1.86
image: mailcow/acme:1.87
dns:
- ${IPV4_NETWORK:-172.22.1}.254
environment:
Expand Down

0 comments on commit 1159450

Please sign in to comment.