Skip to content

Commit 25a8327

Browse files
authored
Merge pull request #108 from allencloud/update-go
docs: update goversion to 1.12.6 in Dockerfile
2 parents 12daf75 + f780a16 commit 25a8327

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ RUN apt-get update && \
1414
RUN wget --quiet -O /root/swagger2markup-cli-1.3.1.jar http://central.maven.org/maven2/io/github/swagger2markup/swagger2markup-cli/1.3.1/swagger2markup-cli-1.3.1.jar
1515

1616
# set go version this image use
17-
ENV GO_VERSION=1.10.4
17+
ENV GO_VERSION=1.12.6
1818
ENV ARCH=amd64
1919

2020
# install golang which version is GO_VERSION

Dockerfile-Dragonfly

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ RUN apt-get update && \
1414
RUN wget --quiet -O /root/swagger2markup-cli-1.3.1.jar http://central.maven.org/maven2/io/github/swagger2markup/swagger2markup-cli/1.3.1/swagger2markup-cli-1.3.1.jar
1515

1616
# set go version this image use
17-
ENV GO_VERSION=1.10.4
17+
ENV GO_VERSION=1.12.6
1818
ENV ARCH=amd64
1919

2020
# install golang which version is GO_VERSION

0 commit comments

Comments
 (0)