Skip to content

Commit

Permalink
chore: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Justintime50 committed Aug 16, 2024
1 parent f449f57 commit 3cc0e36
Show file tree
Hide file tree
Showing 5 changed files with 326 additions and 320 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## Next Release

- Fixes routing for creating/buying a label, generating QR codes, creating a tracker, and updating your API key
- Upgrades mariadb from 11.3.2 to 11.4.3

## v0.12.0 (2024-07-18)

Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ services:
- traefik.enable=true
- 'traefik.docker.network=traefik'
easypost-tools-ui-db:
image: 'mariadb:11.3.2'
image: 'mariadb:11.4.3'
restart: always
volumes:
- database-data:/var/lib/mysql
Expand Down
Loading

0 comments on commit 3cc0e36

Please sign in to comment.