Skip to content

Commit 0d2d86f

Browse files
committed
Include the instructions, not just the solution
1 parent 06cb052 commit 0d2d86f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hol/02-My-first-action.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ runs:
4242
</details>
4343
4444
3. Commit the file (`[skip ci]` to not run a build, yet).
45-
4. Inside the `hello-world-docker-action` folder create the [`Dockerfile`](/../../new/main?filename=hello-world-docker-action%2FDockerfile). The container inherits `FROM alpine:3.10` and should copy and execute a file `entrypoint.sh`. Remember to make the script executable with `RUN chmod +x entrypoint.sh`
45+
4. Inside the `hello-world-docker-action` folder create the [`Dockerfile`](/../../new/main?filename=hello-world-docker-action%2FDockerfile). The container inherits `FROM alpine:3.22` and should copy and execute a file `entrypoint.sh`. Remember to make the script executable with `RUN chmod +x entrypoint.sh`
4646

4747
<details>
4848
<summary>Solution</summary>

0 commit comments

Comments
 (0)