Skip to content

Commit

Permalink
chore(deps): update php docker tag to v8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 27, 2023
1 parent 712ed7a commit 7965ebf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
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

Expand Down

0 comments on commit 7965ebf

Please sign in to comment.