Skip to content

Commit

Permalink
chore(deps): upgrade nginx unit to 1.34.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Vrtak-CZ committed Jan 5, 2025
1 parent 3c55c44 commit d04fcdd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

env:
php_version: 8.4.2
unit_version: 1.33.0
unit_version: 1.34.0
composer_version: 2.8.3
datadog_version: 1.5.1
xdebug_version: 3.4.0
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG PHP_VERSION=8.4.2
ARG UNIT_VERSION=1.33.0
ARG UNIT_VERSION=1.34.0
ARG COMPOSER_VERSION=2.8.3

FROM php:${PHP_VERSION}-cli AS builder
Expand Down

0 comments on commit d04fcdd

Please sign in to comment.