Skip to content

Commit 74103e7

Browse files
committed
Merge branch 'master' of github.com:Lorac/docker-golang-git
2 parents 8a8ae81 + aba9993 commit 74103e7

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
FROM golang:alpine
22

3-
RUN apk add --no-cache git
3+
RUN apk add --no-cache git

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
# docker-golang-git
1+
# Golang alpine docker image packaged with Git
2+
Version is 1.7.4

0 commit comments

Comments
 (0)