Browse Source

Update golang version in Dockerfile (#5246)

tags/v1.7.0-dev
Stanislav 7 years ago committed by techknowlogick
parent
commit
fa165621ed
  1. 2
      Dockerfile

2
Dockerfile

@ -1,7 +1,7 @@
###################################
#Build stage
FROM golang:1.10-alpine3.7 AS build-env
FROM golang:1.11-alpine3.7 AS build-env
ARG GITEA_VERSION
ARG TAGS="sqlite sqlite_unlock_notify"

Loading…
Cancel
Save