Skip to content

Commit

Permalink
v5.1.13 (#244)
Browse files Browse the repository at this point in the history
Minor updates
* Using latest base images
* Updating to PHP 8.2.19 and 8.3.7
* Updating to FreeScout 1.8.140
  • Loading branch information
bfren committed May 19, 2024
1 parent 1ab0d4e commit 57ddbe6
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.1.12
5.1.13
2 changes: 1 addition & 1 deletion generate-dockerfiles.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -euo pipefail

docker pull bfren/alpine

BASE_VERSION="7.2.4"
BASE_VERSION="7.2.5"
echo "Base: ${BASE_VERSION}"

PHP_VERSIONS="7.4 8.0 8.1 8.2 8.3"
Expand Down
2 changes: 1 addition & 1 deletion overlay/tmp/FREESCOUT_REVISION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.8.139
1.8.140
2 changes: 1 addition & 1 deletion php7.4/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM bfren/nginx-php:php7.4-7.2.4
FROM bfren/nginx-php:php7.4-7.2.5

LABEL org.opencontainers.image.source="https://github.com/bfren/docker-freescout"

Expand Down
2 changes: 1 addition & 1 deletion php8.0/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM bfren/nginx-php:php8.0-7.2.4
FROM bfren/nginx-php:php8.0-7.2.5

LABEL org.opencontainers.image.source="https://github.com/bfren/docker-freescout"

Expand Down
2 changes: 1 addition & 1 deletion php8.1/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM bfren/nginx-php:php8.1-7.2.4
FROM bfren/nginx-php:php8.1-7.2.5

LABEL org.opencontainers.image.source="https://github.com/bfren/docker-freescout"

Expand Down
2 changes: 1 addition & 1 deletion php8.2/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM bfren/nginx-php:php8.2-7.2.4
FROM bfren/nginx-php:php8.2-7.2.5

LABEL org.opencontainers.image.source="https://github.com/bfren/docker-freescout"

Expand Down
2 changes: 1 addition & 1 deletion php8.2/overlay/tmp/PHP_BUILD
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8.2.18-r0
8.2.19-r0
2 changes: 1 addition & 1 deletion php8.2/overlay/tmp/PHP_REVISION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8.2.18
8.2.19
2 changes: 1 addition & 1 deletion php8.3/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM bfren/nginx-php:php8.3-7.2.4
FROM bfren/nginx-php:php8.3-7.2.5

LABEL org.opencontainers.image.source="https://github.com/bfren/docker-freescout"

Expand Down
2 changes: 1 addition & 1 deletion php8.3/overlay/tmp/PHP_BUILD
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8.3.6-r0
8.3.7-r0
2 changes: 1 addition & 1 deletion php8.3/overlay/tmp/PHP_REVISION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8.3.6
8.3.7

0 comments on commit 57ddbe6

Please sign in to comment.