Skip to content

Commit

Permalink
v5.1.17 (#248)
Browse files Browse the repository at this point in the history
Minor updates
* Using latest base images
* Updating to PHP 8.1.29
* Updating to FreeScout 1.8.143
  • Loading branch information
bfren authored Jun 16, 2024
1 parent 514a1fc commit cd50f96
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.1.16
5.1.17
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.7"
BASE_VERSION="7.2.8"
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.141
1.8.143
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.7
FROM bfren/nginx-php:php7.4-7.2.8

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.7
FROM bfren/nginx-php:php8.0-7.2.8

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.7
FROM bfren/nginx-php:php8.1-7.2.8

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

Expand Down
2 changes: 1 addition & 1 deletion php8.1/overlay/tmp/PHP_BUILD
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8.1.28-r0
8.1.29-r0
2 changes: 1 addition & 1 deletion php8.1/overlay/tmp/PHP_REVISION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8.1.28
8.1.29
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.7
FROM bfren/nginx-php:php8.2-7.2.8

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

Expand Down
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.7
FROM bfren/nginx-php:php8.3-7.2.8

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

Expand Down

0 comments on commit cd50f96

Please sign in to comment.