Commit 792af434 authored by Jintao Zhang's avatar Jintao Zhang

ref(rootfs): remove useless action.

Signed-off-by: 's avatarJintao Zhang <zhangjintao9020@gmail.com>
parent e562a2ee
......@@ -12,9 +12,9 @@
# See the License for the specific language governing permissions and
# limitations under the License.
FROM alpine:3.7
FROM alpine:3.9
RUN apk update && apk add ca-certificates socat && rm -rf /var/cache/apk/*
RUN apk add --no-cache ca-certificates socat
ENV HOME /tmp
......@@ -24,4 +24,3 @@ COPY tiller /tiller
EXPOSE 44134
USER 65534
ENTRYPOINT ["/tiller"]
......@@ -12,9 +12,9 @@
# See the License for the specific language governing permissions and
# limitations under the License.
FROM alpine:3.7
FROM alpine:3.9
RUN apk update && apk add ca-certificates && rm -rf /var/cache/apk/*
RUN apk add --no-cache ca-certificates
ENV HOME /tmp
......@@ -23,4 +23,3 @@ COPY tiller /tiller
EXPOSE 44134
USER 65534
ENTRYPOINT ["/tiller", "--experimental-release"]
......@@ -12,9 +12,9 @@
# See the License for the specific language governing permissions and
# limitations under the License.
FROM alpine:3.3
FROM alpine:3.9
RUN apk update && apk add ca-certificates && rm -rf /var/cache/apk/*
RUN apk add --no-cache ca-certificates
ENV HOME /tmp
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment