@ -3,7 +3,7 @@ pipeline:
image: plugins/docker
dockerfile: Dockerfile
repo: dashie/gitea
tags: [1.10.1, latest]
tags: [1.10.3, latest]
experimental: true
squash: true
secrets: [ docker_username, docker_password ]
@ -1,6 +1,6 @@
FROM golang:1.12.6-alpine3.9 as build-container
ENV GITEA_VER="1.10.1"
ENV GITEA_VER="1.10.3"
ENV TAGS="bindata redis"
# The build container