Skip to content

Commit eca3608

Browse files
committed
fix: translations/es-ES/content/actions/creating-actions/dockerfile-support-for-github-actions.md to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN9-APT-407402 - https://snyk.io/vuln/SNYK-DEBIAN9-DPKG-2847943 - https://snyk.io/vuln/SNYK-DEBIAN9-GLIBC-356506 - https://snyk.io/vuln/SNYK-DEBIAN9-GLIBC-356506 - https://snyk.io/vuln/SNYK-DEBIAN9-GLIBC-356506
1 parent 10fe396 commit eca3608

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

translations/es-ES/content/actions/creating-actions/dockerfile-support-for-github-actions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ ENTRYPOINT ["sh", "-c", "echo $GITHUB_SHA"]
6464

6565
```dockerfile
6666
# Container image that runs your code
67-
FROM debian:9.5-slim
67+
FROM debian:bullseye-20220912-slim
6868

6969
# Copies your code file from your action repository to the filesystem path `/` of the container
7070
COPY entrypoint.sh /entrypoint.sh

0 commit comments

Comments
 (0)