This commit is contained in:
Tim Vaillancourt 2020-08-19 20:21:40 +02:00
parent d1fcef4c3d
commit 25d28855b2
3 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,6 @@
#
FROM golang:1.14.4
FROM golang:1.14.7
RUN apt-get update
RUN apt-get install -y ruby ruby-dev rubygems build-essential

View File

@ -1,4 +1,4 @@
FROM golang:1.14.4
FROM golang:1.14.7
LABEL maintainer="github@github.com"
RUN apt-get update

View File

@ -109,3 +109,4 @@ Generally speaking, `master` branch is stable, but only [releases](https://githu
- [@shlomi-noach](https://github.com/shlomi-noach)
- [@jessbreckenridge](https://github.com/jessbreckenridge)
- [@gtowey](https://github.com/gtowey)
- [@timvaillancourt](https://github.com/timvaillancourt)