Skip to content

Commit

Permalink
Merge branch 'develop' for v4.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mrrobot47 committed Jan 1, 2025
2 parents cfe9840 + 988d40a commit c4b61c0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cron/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mcuadros/ofelia:0.3.13
FROM mcuadros/ofelia:0.3.14
LABEL org.label-schema.schema-version="1.0.0-rc1"
LABEL org.label-schema.vendor="EasyEngine"
LABEL org.label-schema.name="cron"
2 changes: 1 addition & 1 deletion newrelic-daemon/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.20.3
FROM alpine:3.21.0

LABEL maintainer="Riddhesh Sanghvi <[email protected]>"
LABEL org.label-schema.schema-version="1.0.0"
Expand Down
2 changes: 1 addition & 1 deletion php/8.2/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:8.2.26-fpm
FROM php:8.2.27-fpm

LABEL maintainer="Riddhesh Sanghvi <[email protected]>, Devarshi Sathiya <[email protected]>"
LABEL org.label-schema.schema-version="1.0.0"
Expand Down
2 changes: 1 addition & 1 deletion php/8.3/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:8.3.14-fpm
FROM php:8.3.15-fpm

LABEL maintainer="Riddhesh Sanghvi <[email protected]>, Devarshi Sathiya <[email protected]>"
LABEL org.label-schema.schema-version="1.0.0"
Expand Down

0 comments on commit c4b61c0

Please sign in to comment.