We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cef0f12 commit 268bbc9Copy full SHA for 268bbc9
Dockerfile
@@ -18,7 +18,7 @@ WORKDIR ${GOPATH}/src/code.gitea.io/gitea
18
RUN if [ -n "${GITEA_VERSION}" ]; then git checkout "${GITEA_VERSION}"; fi \
19
&& make clean generate build
20
21
-FROM alpine:3.7
+FROM alpine:3.8
22
LABEL maintainer="maintainers@gitea.io"
23
24
EXPOSE 22 3000
0 commit comments