Skip to content

Commit ea7b943

Browse files
committed
Same casing for FROM and AS in tempalte-only-app/Dockerfile
1 parent 56fff7b commit ea7b943

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template-only-app/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Run `make update-docker-digest` to update the image
2-
FROM python:3-alpine@sha256:657dbdb20479a6523b46c06114c8fec7db448232f956a429d3cc0606d30c1b59 as release
2+
FROM python:3-alpine@sha256:657dbdb20479a6523b46c06114c8fec7db448232f956a429d3cc0606d30c1b59 AS release
33

44
RUN adduser --system --disabled-password --no-create-home app
55

0 commit comments

Comments
 (0)