From 974294453ed4caeb58eea03365347c550ec4ce7b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 6 Mar 2021 02:25:56 +0900 Subject: [PATCH] Update golang Docker tag to v1.16.0 (#28) Co-authored-by: Renovate Bot --- api/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/Dockerfile b/api/Dockerfile index fd1f9d6..8b3ac42 100644 --- a/api/Dockerfile +++ b/api/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.14.9-stretch AS build-env +FROM golang:1.16.0-stretch AS build-env ENV APP_DIR ${GOPATH}/src/github.com/tkitsunai/edinet-go WORKDIR ${APP_DIR} COPY ./ ${APP_DIR}