Merge pull request #46 from mattmoyer/downgrade-base-image

Temporarily downgrade our Docker base image to trigger dependabot.
This commit is contained in:
Matt Moyer 2020-08-10 11:45:35 -05:00 committed by GitHub
commit b4130af2bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM golang:1.14-alpine as build-env
FROM golang:1.14.6-alpine as build-env
# It is important that these ARG's are defined after the FROM statement
ARG ACCESS_TOKEN_USR="nothing"