We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a33d4a commit 7f3dedbCopy full SHA for 7f3dedb
1 file changed
Dockerfile
@@ -1,5 +1,5 @@
1
# First stage of Dockerfile
2
-FROM alpine:latest
+FROM alpine:3.12
3
4
COPY . /src
5
@@ -12,4 +12,4 @@ FROM alpine:latest
12
ENV VITASDK /home/user/vitasdk
13
ENV PATH ${VITASDK}/bin:$PATH
14
15
-COPY --from=0 /src/build/vitasdk ${VITASDK}
+COPY --from=0 /src/build/vitasdk ${VITASDK}
0 commit comments