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 2dc805c commit 5c13ba8Copy full SHA for 5c13ba8
Dockerfile
@@ -1,7 +1,7 @@
1
2
###################################
3
#Build stage
4
-FROM golang:1.11-alpine3.7 AS build-env
+FROM golang:1.11-alpine3.8 AS build-env
5
6
ARG GITEA_VERSION
7
ARG TAGS="sqlite sqlite_unlock_notify"
@@ -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="[email protected]"
23
24
EXPOSE 22 3000
0 commit comments