Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
运营组织-SRE
cplus
Commits
6528925e
Commit
6528925e
authored
3 years ago
by
邹泉安
Browse files
Options
Download
Email Patches
Plain Diff
Update Dockerfile
parent
1115b8b1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Dockerfile
Dockerfile
+2
-2
No files found.
Dockerfile
View file @
6528925e
FROM
golang:alpine AS builder
FROM
golang:1.17.5 AS builder
LABEL
stage=gobuilder
ENV
CGO_ENABLED 0
ENV
GOPROXY https://goproxy.cn,direct
RUN
apk update
--no-cache
&&
apk add
--no-cache
tzdata
WORKDIR
/build
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment