Skip to content

Commit

Permalink
v4.0.20 (#200)
Browse files Browse the repository at this point in the history
Minor updates
* Using latest base images
* Updating to FreeScout 1.8.89
  • Loading branch information
bfren authored Aug 9, 2023
1 parent 665affd commit 3aa59ad
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.0.19
4.0.20
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_REVISION="6.0.14"
BASE_REVISION="6.0.15"
echo "Base: ${BASE_REVISION}"

PHP_VERSIONS="7.4 8.0 8.1 8.2"
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.88
1.8.89
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-6.0.14
FROM bfren/nginx-php:php7.4-6.0.15

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

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

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-6.0.14
FROM bfren/nginx-php:php8.2-6.0.15

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

Expand Down

0 comments on commit 3aa59ad

Please sign in to comment.