Browse Source

Upgrade alpine to 3.9 (#5909)

tags/v1.9.0-dev
techknowlogick 5 years ago
parent
commit
4a747aef7b
No account linked to committer's email address
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      Dockerfile

+ 2
- 2
Dockerfile View File

@@ -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"
@@ -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

Loading…
Cancel
Save