Skip to content

Commit

Permalink
upgrade docker base image to php:8.3-apache (#946)
Browse files Browse the repository at this point in the history
  • Loading branch information
David Coutadeur committed Jul 25, 2024
1 parent 51b23c0 commit f66ac03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ARG SMARTY_URL=https://github.com/smarty-php/smarty/archive/refs/tags/v${SMARTY_
ARG COMPOSER_VERSION=lts
ARG COMPOSER_IMAGE=composer/composer:${COMPOSER_VERSION}-bin

ARG BASE_IMAGE=php:8.2-apache
ARG BASE_IMAGE=php:8.3-apache

FROM ${COMPOSER_IMAGE} AS composer
FROM ${BASE_IMAGE} AS base
Expand Down

0 comments on commit f66ac03

Please sign in to comment.