Skip to content

Commit

Permalink
Merge pull request #3 from praserx/update-17413
Browse files Browse the repository at this point in the history
Grav 1.7.42.3, PHP 8.2.8
  • Loading branch information
praserx authored Aug 11, 2023
2 parents 0238ee6 + c512ede commit 701d8d1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# v1.7.42.3

* PHP: v8.2.8
* Grav: v1.7.42.3

# v1.7.41.2

* PHP: v8.2.7
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:8.2.7-fpm
FROM php:8.2.8-fpm
LABEL maintainer="PraserX <praserx@gmail.com>"
LABEL description="Unofficial up-to-date Dockerfile for Grav based on \
offical docker-grav"
Expand Down Expand Up @@ -70,7 +70,7 @@ RUN chown www-data:www-data /var/www
USER www-data

# Define Grav specific version of Grav or use latest stable
ARG GRAV_VERSION=1.7.41.2
ARG GRAV_VERSION=1.7.42.3

# Install Grav (with admin extension)
WORKDIR /var/www
Expand Down

0 comments on commit 701d8d1

Please sign in to comment.