We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56fff7b commit ea7b943Copy full SHA for ea7b943
template-only-app/Dockerfile
@@ -1,5 +1,5 @@
1
# Run `make update-docker-digest` to update the image
2
-FROM python:3-alpine@sha256:657dbdb20479a6523b46c06114c8fec7db448232f956a429d3cc0606d30c1b59 as release
+FROM python:3-alpine@sha256:657dbdb20479a6523b46c06114c8fec7db448232f956a429d3cc0606d30c1b59 AS release
3
4
RUN adduser --system --disabled-password --no-create-home app
5
0 commit comments