Skip to content

Commit

Permalink
Upgrade alpine to 3.8 (#5423)
Browse files Browse the repository at this point in the history
  • Loading branch information
techknowlogick committed Nov 29, 2018
1 parent 2dc805c commit 5c13ba8
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.7 AS build-env
FROM golang:1.11-alpine3.8 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.7
FROM alpine:3.8
LABEL maintainer="[email protected]"

EXPOSE 22 3000
Expand Down

0 comments on commit 5c13ba8

Please sign in to comment.