Skip to content

Commit 0ae0ab3

Browse files
author
Ruwan
committed
Merge branch 'release/3.x/10.2.2' into 3.x-master
2 parents e6aeed0 + 5c65cbf commit 0ae0ab3

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.docker/images/nginx/helpers/203-expires.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Only cache binary files for 30 minutes. These are the default allowed file extensions uploads that are not images.
2-
location ~* ^/sites/default/(files/(?!private/)).+\.(pdf|doc|docx|txt|xls|xlsx|csv|ppt|pptx|pps|ppsx|odt|ods|odp|mp3|mov|mp4|m4a|m4v|mpeg|avi|ogg|oga|ogv|weba|webp|webm)$ {
2+
location ~* ^/sites/default/(files/(?!private/)).+\.(pdf|doc|docx|txt|xls|xlsx|csv|ppt|pptx|pps|ppsx|odt|ods|odp|mp3|mov|mp4|m4a|m4v|mpeg|avi|ogg|oga|ogv|weba|webm)$ {
33
include /etc/nginx/conf.d/drupal/location_expires_prepend*.conf;
44

55
expires ${BINARY_FILES_EXPIRES:-1800s};

.env.default

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ X_FRAME_OPTIONS=SAMEORIGIN
3535

3636
# Set the version of GovCMS and Drupal Core to use - you can use a tag or branch reference (3.x-dev) here
3737
# See https://github.com/govCMS/GovCMS/releases
38-
GOVCMS_PROJECT_VERSION=3.13.1
38+
GOVCMS_PROJECT_VERSION=3.14.0
3939

4040
# Set the Lagoon tag to use for the upstream dockerfiles (e.g. 20.12.0)
4141
# See https://github.com/uselagoon/lagoon-images/releases
42-
LAGOON_IMAGE_VERSION=24.5.1
42+
LAGOON_IMAGE_VERSION=24.6.0
4343

4444
# Set the CLI image name
4545
# Support both legacy (govcms8lagoon/govcms8) and newer (govcms/govcms) images.

0 commit comments

Comments
 (0)