Skip to content

Commit

Permalink
fix aks service dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
chengshifan authored Jul 2, 2021
1 parent 9e5929c commit 052d042
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/aks/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN dep ensure
RUN chmod +x ./tmp/build.sh
RUN ./tmp/build.sh

FROM alpine:3
FROM alpine:3.13

ENV PATH $PATH:/usr/local/bin

Expand Down

0 comments on commit 052d042

Please sign in to comment.