mirror of
https://github.com/gogs/gogs.git
synced 2025-05-25 08:54:05 +00:00
Dockerfile: always use alpine:latest (#5714)
This commit is contained in:
parent
9571a9b53d
commit
48cdae2829
@ -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
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM arm64v8/alpine:3.8
|
||||
FROM arm64v8/alpine:latest
|
||||
|
||||
ENV GOGS_CUSTOM /data/gogs
|
||||
ENV QEMU_EXECVE 1
|
||||
|
@ -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
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM armhf/alpine:3.5
|
||||
FROM arm32v7/alpine:latest
|
||||
|
||||
ENV GOGS_CUSTOM /data/gogs
|
||||
ENV QEMU_EXECVE 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user