Skip to content

Commit 14f563a

Browse files
committed
fix: remove version lock on gettext dependency
1 parent 969428b commit 14f563a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Module.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ public function createBuildContext(): Context
217217
$context->from('alpine:edge');
218218
$packages = [
219219
'nginx',
220-
'gettext=0.21-r2',
220+
'gettext',
221221
];
222222

223223
$context->run('apk add --update --no-cache ' . \implode(' ', $packages));

0 commit comments

Comments
 (0)