Skip to content

Commit

Permalink
Update golang Docker tag to v1.16.0 (#28)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot authored Mar 5, 2021
1 parent 74dafa3 commit 9742944
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/Dockerfile
Original file line number Diff line number Diff line change
@@ -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}
Expand Down

0 comments on commit 9742944

Please # to comment.