Dockerfile: always use alpine:latest (#5714)

pull/5786/head
unknwon 2019-08-10 20:23:18 -07:00
parent 9571a9b53d
commit 48cdae2829
No known key found for this signature in database
GPG Key ID: 25B575AE3213B2B3
4 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
FROM aarch64/alpine:3.5
FROM arm64v8/alpine:latest
# Install system utils & Gogs runtime dependencies
ADD https://github.com/tianon/gosu/releases/download/1.9/gosu-arm64 /usr/sbin/gosu

View File

@ -1,4 +1,4 @@
FROM arm64v8/alpine:3.8
FROM arm64v8/alpine:latest
ENV GOGS_CUSTOM /data/gogs
ENV QEMU_EXECVE 1

View File

@ -1,4 +1,4 @@
FROM armhf/alpine:3.5
FROM arm32v7/alpine:latest
# Install system utils & Gogs runtime dependencies
ADD https://github.com/tianon/gosu/releases/download/1.9/gosu-armhf /usr/sbin/gosu

View File

@ -1,4 +1,4 @@
FROM armhf/alpine:3.5
FROM arm32v7/alpine:latest
ENV GOGS_CUSTOM /data/gogs
ENV QEMU_EXECVE 1