Skip to content

Commit

Permalink
chore(deps): update to php8.3, mailserver-admin 2.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jeboehm committed Jul 25, 2024
1 parent a4502e4 commit ca09b77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM jwilder/dockerize:0.6.1 AS dockerize
FROM roundcube/roundcubemail:1.6.x-fpm AS roundcube
FROM composer:2.6 AS composer
FROM php:8.1-fpm-alpine
FROM php:8.3-fpm-alpine

ARG ADMIN_VER=2.1.2 # renovate: depName=jeboehm/mailserver-admin
ARG ADMIN_VER=2.1.5 # renovate: depName=jeboehm/mailserver-admin

LABEL maintainer="[email protected]"
LABEL vendor="https://github.com/jeboehm/docker-mailserver"
Expand Down

0 comments on commit ca09b77

Please sign in to comment.