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
+1 -1
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"