Skip to content

Commit d86e587

Browse files
alpine 3.11 (#9440)
1 parent 5748755 commit d86e587

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.drone.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ steps:
326326

327327
- name: update
328328
pull: default
329-
image: alpine:3.10
329+
image: alpine:3.11
330330
commands:
331331
- mv ./options/locale/locale_en-US.ini ./options/
332332
- "sed -i -e 's/=\"/=/g' -e 's/\"$$//g' ./options/locale/*.ini"

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.13-alpine3.10 AS build-env
4+
FROM golang:1.13-alpine3.11 AS build-env
55

66
ARG GOPROXY
77
ENV GOPROXY ${GOPROXY:-direct}
@@ -21,7 +21,7 @@ WORKDIR ${GOPATH}/src/code.gitea.io/gitea
2121
RUN if [ -n "${GITEA_VERSION}" ]; then git checkout "${GITEA_VERSION}"; fi \
2222
&& make clean build
2323

24-
FROM alpine:3.10
24+
FROM alpine:3.11
2525
LABEL maintainer="[email protected]"
2626

2727
EXPOSE 22 3000

0 commit comments

Comments
 (0)