Skip to content

Commit 268bbc9

Browse files
Upgrade alpine to 3.8
1 parent cef0f12 commit 268bbc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ WORKDIR ${GOPATH}/src/code.gitea.io/gitea
1818
RUN if [ -n "${GITEA_VERSION}" ]; then git checkout "${GITEA_VERSION}"; fi \
1919
&& make clean generate build
2020

21-
FROM alpine:3.7
21+
FROM alpine:3.8
2222
LABEL maintainer="maintainers@gitea.io"
2323

2424
EXPOSE 22 3000

0 commit comments

Comments
 (0)