Skip to content

Commit

Permalink
Upgrade alpine to 3.9 (#5909)
Browse files Browse the repository at this point in the history
  • Loading branch information
techknowlogick committed Feb 5, 2019
1 parent acaf5c9 commit 4a747ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

###################################
#Build stage
FROM golang:1.11-alpine3.8 AS build-env
FROM golang:1.11-alpine3.9 AS build-env

ARG GITEA_VERSION
ARG TAGS="sqlite sqlite_unlock_notify"
Expand All @@ -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.8
FROM alpine:3.9
LABEL maintainer="maintainers@gitea.io"

EXPOSE 22 3000
Expand Down

0 comments on commit 4a747ae

Please sign in to comment.