Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.1.3
6.1.4
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="8.1.1"
BASE_VERSION="8.1.2"
echo "Base: ${BASE_VERSION}"

PHP_VERSIONS="7.4 8.0 8.1 8.2 8.3 8.4 8.5"
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.199
1.8.200
2 changes: 1 addition & 1 deletion php7.4/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM quay.io/bfren/nginx-php:php7.4.33-8.1.1
FROM quay.io/bfren/nginx-php:php7.4.33-8.1.2

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 quay.io/bfren/nginx-php:php8.0.30-8.1.1
FROM quay.io/bfren/nginx-php:php8.0.30-8.1.2

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 quay.io/bfren/nginx-php:php8.1.32-8.1.1
FROM quay.io/bfren/nginx-php:php8.1.32-8.1.2

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 quay.io/bfren/nginx-php:php8.2.29-8.1.1
FROM quay.io/bfren/nginx-php:php8.2.30-8.1.2

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

Expand Down
2 changes: 1 addition & 1 deletion php8.2/PHP_REVISION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8.2.29
8.2.30
2 changes: 1 addition & 1 deletion php8.3/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM quay.io/bfren/nginx-php:php8.3.28-8.1.1
FROM quay.io/bfren/nginx-php:php8.3.29-8.1.2

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

Expand Down
2 changes: 1 addition & 1 deletion php8.3/PHP_REVISION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8.3.28
8.3.29
2 changes: 1 addition & 1 deletion php8.4/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM quay.io/bfren/nginx-php:php8.4.15-8.1.1
FROM quay.io/bfren/nginx-php:php8.4.16-8.1.2

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

Expand Down
2 changes: 1 addition & 1 deletion php8.4/PHP_REVISION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8.4.15
8.4.16
2 changes: 1 addition & 1 deletion php8.5/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM quay.io/bfren/nginx-php:php8.5.0-8.1.1
FROM quay.io/bfren/nginx-php:php8.5.1-8.1.2

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

Expand Down
2 changes: 1 addition & 1 deletion php8.5/PHP_REVISION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8.5.0
8.5.1