We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ad901d commit c49d3e3Copy full SHA for c49d3e3
1 file changed
Dockerfile--alpine.tmpl
@@ -1,13 +1,13 @@
1
ARG PYTHON_VERSION
2
3
# --------------------------------------------- base1
4
-FROM python:${PYTHON_VERSION}-alpine as base1
+FROM python:${PYTHON_VERSION}-alpine AS base1
5
6
7
-FROM base1 as base2
+FROM base1 AS base2
8
9
# --------------------------------------------- final
10
-FROM base2 as final
+FROM base2 AS final
11
12
RUN apk add bash
13
0 commit comments