This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
Repositories
Datasets
Forum
实训
竞赛
大数据
应用
Register
Sign In
OpenI
/
aiforge
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
128
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
Use golang 1.12 to build in dockerfile (
#6285
)
tags/v1.9.0-dev
techknowlogick
GitHub
6 years ago
parent
722e01a454
commit
edf4bd6120
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Dockerfile
+ 1
- 1
Dockerfile
View File
@@ -1,7 +1,7 @@
###################################
###################################
#Build stage
#Build stage
FROM golang:1.1
1
-alpine3.9 AS build-env
FROM golang:1.1
2
-alpine3.9 AS build-env
ARG GITEA_VERSION
ARG GITEA_VERSION
ARG TAGS="sqlite sqlite_unlock_notify"
ARG TAGS="sqlite sqlite_unlock_notify"
Write
Preview
Loading…
Cancel
Save