Skip to content

Commit

Permalink
chore: update all versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Justintime50 committed Nov 28, 2023
1 parent 65022e7 commit 865be8c
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 30 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# CHANGELOG

## v2.1.0 (2023-11-28)

- Adds PHP 8.3 support
- Bumps MariaDB from 11.1.2 to 11.1.3
- Removes CPU limits, ups database memory limits
- Bumps dependencies

## v2.0.1 (2023-11-20)

- URL slugs now only accept alphanumeric characters along with dashes and underscores to ensure valid URL strings
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM justintime50/nginx-php:8.2-17
FROM justintime50/nginx-php:8.3-18

ARG PROD

Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ services:
depends_on:
- glass-db
glass-db:
image: 'mariadb:11.1.2'
image: 'mariadb:11.1.3'
restart: always
volumes:
- database-data:/var/lib/mysql
Expand Down
56 changes: 28 additions & 28 deletions src/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 865be8c

Please sign in to comment.