Skip to content

Commit 4a9c747

Browse files
committed
fix: translations/pt-BR/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-E2FSPROGS-468975 - https://snyk.io/vuln/SNYK-DEBIAN9-E2FSPROGS-540843 - https://snyk.io/vuln/SNYK-DEBIAN9-LIBGCRYPT20-1582895 - https://snyk.io/vuln/SNYK-DEBIAN9-TAR-312293
1 parent 69b4b4c commit 4a9c747

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

translations/pt-BR/content/actions/creating-actions/dockerfile-support-for-github-actions.md

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

6767
```dockerfile
6868
# Container image that runs your code
69-
FROM debian:9.5-slim
69+
FROM debian:stretch-20220509-slim
7070

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

0 commit comments

Comments
 (0)