Skip to content

Commit 9c7325b

Browse files
techknowlogickaswild
authored andcommitted
alpine 3.11 (go-gitea#9440)
1 parent f849273 commit 9c7325b

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
@@ -324,7 +324,7 @@ steps:
324324

325325
- name: update
326326
pull: default
327-
image: alpine:3.10
327+
image: alpine:3.11
328328
commands:
329329
- mv ./options/locale/locale_en-US.ini ./options/
330330
- "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}
@@ -23,7 +23,7 @@ WORKDIR ${GOPATH}/src/code.gitea.io/gitea
2323
RUN if [ -n "${GITEA_VERSION}" ]; then git checkout "${GITEA_VERSION}"; fi \
2424
&& make GITEA_VERSION="${VERSION}" clean generate build
2525

26-
FROM alpine:3.10
26+
FROM alpine:3.11
2727
LABEL maintainer="[email protected]"
2828

2929
RUN set -s && \

0 commit comments

Comments
 (0)