docker / app

Make your Docker Compose applications reusable, and share them on Docker Hub
Apache License 2.0
1.57k stars 177 forks source link

updated go to v1.12.1 and alpine to 3.9.2 #490

Closed zappy-shu closed 5 years ago

zappy-shu commented 5 years ago

Signed-off-by: Nick Adcock nick.adcock@docker.com

- What I did

Updated golang to v1.12.1 Updated alpine image to 3.9.2

- How I did it

Updated dockerfiles and makefiles

- How to verify it

Review the changes and check versions have been updated where needed.

codecov[bot] commented 5 years ago

Codecov Report

Merging #490 into master will decrease coverage by 0.46%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #490      +/-   ##
==========================================
- Coverage   69.79%   69.32%   -0.47%     
==========================================
  Files          51       50       -1     
  Lines        2698     2556     -142     
==========================================
- Hits         1883     1772     -111     
+ Misses        576      548      -28     
+ Partials      239      236       -3
Impacted Files Coverage Δ
internal/commands/cnab.go 68.99% <0%> (-12.58%) :arrow_down:
types/parameters/parameters.go 85.71% <0%> (-11.12%) :arrow_down:
internal/store/store.go 71.42% <0%> (-0.58%) :arrow_down:
internal/commands/dockerdesktop.go

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update e797c90...8cc3dfc. Read the comment docs.