Skip to content

Commit 835df6f

Browse files
TC-MOvladfrangu
andauthored
Apply suggestions from code review
Co-authored-by: Vlad Frangu <[email protected]>
1 parent de6bb50 commit 835df6f

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ You can check out various optimization tips for Dockerfile in our [Performance](
115115

116116
## Updating older Dockerfiles
117117

118-
Certain 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.
118+
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

120120
:::danger Action required
121121

@@ -149,7 +149,7 @@ If you are using the `uv` package manager, you might have the following line in
149149
ENV UV_PROJECT_ENVIRONMENT="/usr/local"
150150
```
151151

152-
With the move to a non-root user, this variable will cause `uv` to throw a permission error. You can safely remove this line or adjust it to point to the `/home/myuser` directory.
152+
With the move to a non-root user, this variable will cause `uv` to throw a permission error. You can safely remove this line, or, if you need it set to a custom path, adjust it to point to a location in the `/home/myuser` directory.
153153

154154
#### Copying files with the correct permissions
155155

0 commit comments

Comments
 (0)