Skip to content

Commit

Permalink
feat(container): update image php to v8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
robodexo2000[bot] authored and ajgon committed Dec 20, 2024
1 parent 7eaa4e3 commit cea71fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/wallos/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN apk --update add --no-cache alpine-sdk curl git \
&& git clone https://github.com/eltorio/dcron.git . \
&& make CRONTAB_GROUP=abc CRONTABS=/var/spool/cron/crontabs

FROM php:8.2-fpm-alpine
FROM php:8.4-fpm-alpine

ARG TARGETPLATFORM
ARG VERSION
Expand Down

0 comments on commit cea71fe

Please sign in to comment.