Skip to content

Commit

Permalink
Upgrade alpine to 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
techknowlogick committed Nov 28, 2018
1 parent cef0f12 commit 268bbc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ WORKDIR ${GOPATH}/src/code.gitea.io/gitea
RUN if [ -n "${GITEA_VERSION}" ]; then git checkout "${GITEA_VERSION}"; fi \
&& make clean generate build

FROM alpine:3.7
FROM alpine:3.8
LABEL maintainer="[email protected]"

EXPOSE 22 3000
Expand Down

0 comments on commit 268bbc9

Please sign in to comment.