Skip to content

Commit 616cc20

Browse files
committed
chore: admonition changes
1 parent 835df6f commit 616cc20

File tree

1 file changed

+3
-3
lines changed
  • sources/platform/actors/development/actor_definition

1 file changed

+3
-3
lines changed

sources/platform/actors/development/actor_definition/docker.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,11 +117,11 @@ You can check out various optimization tips for Dockerfile in our [Performance](
117117

118118
All Apify base Docker images now use a non-root user to enhance security. This change requires updates to existing Actor `Dockerfile`s that use the `apify/actor-node`, `apify/actor-python`, `apify/actor-python-playwright`, or `apify/actor-python-selenium` images. This section provides guidance on resolving common issues that may arise during this migration.
119119

120-
:::danger Action required
120+
If you encounter an issue that is not listed here, or need more guidance on how to update your Dockerfile, please [open an issue in the apify-actor-docker GitHub repository](https://github.com/apify/apify-actor-docker/issues/new).
121121

122-
The base Docker images display a deprecation warning. This warning will be removed in future versions, so you should update your Dockerfiles to ensure forward compatibility.
122+
:::danger Action required
123123

124-
For further assistance, [open an issue in the apify-actor-docker GitHub repository](https://github.com/apify/apify-actor-docker/issues/new).
124+
As of **August 25, 2025** the base Docker images display a deprecation warning that links you here. This warning will be removed start of **February 2026**, so you should update your Dockerfiles to ensure forward compatibility.
125125

126126
:::
127127

0 commit comments

Comments
 (0)