Skip to content

Commit 4a747ae

Browse files
Upgrade alpine to 3.9 (#5909)
1 parent acaf5c9 commit 4a747ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
###################################
33
#Build stage
4-
FROM golang:1.11-alpine3.8 AS build-env
4+
FROM golang:1.11-alpine3.9 AS build-env
55

66
ARG GITEA_VERSION
77
ARG TAGS="sqlite sqlite_unlock_notify"
@@ -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.8
21+
FROM alpine:3.9
2222
LABEL maintainer="[email protected]"
2323

2424
EXPOSE 22 3000

0 commit comments

Comments
 (0)