79730212

Date: 2025-08-08 20:41:02
Score: 0.5
Natty:
Report link

When using container images on App Platform you can patch the spec and just update the changes, e.g. like this:

doctl apps update <app-id> --update-sources --spec - <<EOF
services:
- name: <service-name>
  image:
    tag: "<new-version>"
EOF

You will need the --update-sources argument, otherwise it won't update it's source.

Reasons:
  • Has code block (-0.5):
  • Starts with a question (0.5): When
  • Low reputation (0.5):
Posted by: solfolango