Merge pull request #46 from mattmoyer/downgrade-base-image
Temporarily downgrade our Docker base image to trigger dependabot.
This commit is contained in:
commit
b4130af2bf
@ -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
|
# It is important that these ARG's are defined after the FROM statement
|
||||||
ARG ACCESS_TOKEN_USR="nothing"
|
ARG ACCESS_TOKEN_USR="nothing"
|
||||||
|
Loading…
Reference in New Issue
Block a user