Skip to content

Commit

Permalink
alpine 3.11 (go-gitea#9440)
Browse files Browse the repository at this point in the history
  • Loading branch information
techknowlogick authored and aswild committed Dec 31, 2019
1 parent f849273 commit 9c7325b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ steps:

- name: update
pull: default
image: alpine:3.10
image: alpine:3.11
commands:
- mv ./options/locale/locale_en-US.ini ./options/
- "sed -i -e 's/=\"/=/g' -e 's/\"$$//g' ./options/locale/*.ini"
Expand Down
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.13-alpine3.10 AS build-env
FROM golang:1.13-alpine3.11 AS build-env

ARG GOPROXY
ENV GOPROXY ${GOPROXY:-direct}
Expand All @@ -23,7 +23,7 @@ WORKDIR ${GOPATH}/src/code.gitea.io/gitea
RUN if [ -n "${GITEA_VERSION}" ]; then git checkout "${GITEA_VERSION}"; fi \
&& make GITEA_VERSION="${VERSION}" clean generate build

FROM alpine:3.10
FROM alpine:3.11
LABEL maintainer="maintainers@gitea.io"

RUN set -s && \
Expand Down

0 comments on commit 9c7325b

Please sign in to comment.