Skip to content

Commit a3b185d

Browse files
Alpine 3.12 (#11720)
* increase alpine to 3.12 * Update .drone.yml
1 parent 2b2373f commit a3b185d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.drone.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ steps:
160160

161161
- name: tag-pre-condition
162162
pull: always
163-
image: alpine/git
163+
image: drone/git
164164
commands:
165165
- git update-ref refs/heads/tag_test ${DRONE_COMMIT_SHA}
166166

@@ -366,7 +366,7 @@ steps:
366366

367367
- name: update
368368
pull: default
369-
image: alpine:3.11
369+
image: alpine:3.12
370370
commands:
371371
- ./build/update-locales.sh
372372

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.14-alpine3.11 AS build-env
4+
FROM golang:1.14-alpine3.12 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-all build
2323

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

2727
EXPOSE 22 3000

0 commit comments

Comments
 (0)