5 lines
95 B
Bash
5 lines
95 B
Bash
podman run --rm --interactive --tty \
|
|
--volume "$PWD":/app \
|
|
docker.io/composer \
|
|
update
|