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
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,21 @@
"license": "MIT",
"require": {
"php": "^8.3",
"filament/filament": "^3.3.48",
"filament/spatie-laravel-media-library-plugin": "^3.3.48",
"josiasmontag/laravel-recaptchav3": "^1.0.4",
"laravel/framework": "^11.48.0",
"filament/filament": "^3.3.50",
"filament/spatie-laravel-media-library-plugin": "^3.3.50",
"josiasmontag/laravel-recaptchav3": "^1.0.5",
"laravel/framework": "^11.51.0",
"laravel/tinker": "^2.11.1",
"livewire/livewire": "^3.7.10",
"livewire/livewire": "^3.7.15",
"spatie/eloquent-sortable": "^4.5.2",
"fakerphp/faker": "^1.24.1"
},
"require-dev": {
"blumilksoftware/codestyle": "^4.1.0",
"laravel/telescope": "^5.17.0",
"laravel/telescope": "^5.20.0",
"mockery/mockery": "^1.6.12",
"nunomaduro/collision": "^8.8.3",
"phpunit/phpunit": "^11.5.53"
"nunomaduro/collision": "^8.9.4",
"phpunit/phpunit": "^11.5.55"
},
"autoload": {
"psr-4": {
Expand Down
1,162 changes: 649 additions & 513 deletions composer.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ services:
restart: unless-stopped

mailpit:
image: axllent/mailpit:v1.27.11@sha256:e22dce5b36f93c77082e204a3942fb6b283b7896e057458400a4c88344c3df68
image: axllent/mailpit:v1.29.7@sha256:757f22b56c1da03570afdb3d259effe5091018008a81bbedc8158cee7e16fdbc
container_name: lmt-mailpit-local
ports:
- ${EXTERNAL_MAILPIT_DASHBOARD_PORT:-8052}:8025
Expand Down
2 changes: 1 addition & 1 deletion environment/.deployment/dev/docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ services:
- .deployment

lmt-dev-database:
image: registry.blumilk.pl/internal-public/lmt-postgres:dev@sha256:1ccbba80fecf4cff62973322be369115fd32f81b8755147bbdad9c9102cdffa2
image: registry.blumilk.pl/internal-public/lmt-postgres:dev@sha256:cf30f96e87a1ed9ad71ee2e8e9faafe782b400b4ac4745eec29ab83f79d380d7
pull_policy: always
container_name: lmt-dev-database-container
deploy:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ services:
- .deployment

lmt-production-database:
image: registry.blumilk.pl/internal-public/lmt-postgres:latest@sha256:992f43a48c0ae12c159c97731d689a0c92f456f94cbeb3fe9f837b770f69551d
image: registry.blumilk.pl/internal-public/lmt-postgres:latest@sha256:234ae4732ca78c25f43ca148762062af2745843073e4512a0ad530ea5cb63523
pull_policy: always
container_name: lmt-production-database-container
deploy:
Expand Down
12 changes: 6 additions & 6 deletions environment/.docker/app/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
FROM registry.blumilk.pl/internal-public/secops-tools-bin:v1.2.0@sha256:be2755b1afeeae009abdeeb61b7214776776df5b50c818c1546072563139d12c AS secops-tools-bin
FROM composer:2.8.12@sha256:5248900ab8b5f7f880c2d62180e40960cd87f60149ec9a1abfd62ac72a02577c AS composer
FROM node:24.11.0-bookworm-slim@sha256:76d0ed0ed93bed4f4376211e9d8fddac4d8b3fbdb54cc45955696001a3c91152 AS node
FROM registry.blumilk.pl/internal-public/secops-tools-bin:v1.3.0@sha256:7bfcc9b09c994da1cb00f7b25e13c4d71081e5494c16f2e89b55a28b673fd79f AS secops-tools-bin
FROM composer:2.9.7@sha256:dc292c5c0f95f526b051d4c341bf08e7e2b18504c74625e3203d7f123050e318 AS composer
FROM node:24.11.1-bookworm-slim@sha256:48abc13a19400ca3985071e287bd405a1d99306770eb81d61202fb6b65cf0b57 AS node

FROM php:8.3.26-fpm-bookworm@sha256:441301e421a9750686fcfcf43983e6e1971651003695857f2a633b808ce12d63 AS base
FROM php:8.3.30-fpm-bookworm@sha256:e7ca6c7f5a598a27384ca428e5235047a39d0d62930078fa5cab2d50b13fa381 AS base

COPY --from=composer /usr/bin/composer /usr/bin/composer

# For other versions check: http://nginx.org/packages/mainline/debian/pool/nginx/n/nginx/
# renovate: datasource=github-tags depName=nginx/nginx extractVersion=^release-(?<version>.*)$
ARG NGINX_VERSION="1.29.3"
ARG NGINX_VERSION="1.29.8"

RUN apt-get update \
&& apt-get install --assume-yes gpg \
Expand Down Expand Up @@ -70,7 +70,7 @@ RUN ln --symbolic /usr/local/lib/node_modules/npm/bin/npm-cli.js /usr/local/bin/
&& chown --no-dereference ${USER_NAME}:root /usr/local/bin/npx

# renovate: datasource=github-tags depName=xdebug/xdebug
ARG XDEBUG_VERSION=3.4.7
ARG XDEBUG_VERSION=3.5.1
ARG INSTALL_XDEBUG=false

RUN if [ ${INSTALL_XDEBUG} = true ]; then \
Expand Down
2 changes: 1 addition & 1 deletion environment/.docker/postgres/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM postgres:17.6@sha256:00bc86618629af00d2937fdc5a5d63db3ff8450acf52f0636ec813c7f4902929
FROM postgres:17.9@sha256:5b96f1a16bd9768b060dd2ffe55cb6225c4d9ef4d214a8b21eb08134869a97e4

RUN localedef -i pl_PL -c -f UTF-8 -A /usr/share/locale/locale.alias pl_PL.UTF-8
ENV LANG=pl_PL.UTF-8
Expand Down
Loading
Loading