summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2021-08-06 09:43:11 +1000
committerGitHub <noreply@github.com>2021-08-06 09:43:11 +1000
commit172dc405762bde4f406c13efffd8f0b3fe2a53f8 (patch)
treee790843d01edce8d77470feede3ea0de5840865e /Dockerfile
parent9789ad070b4ceca1f0ade4013d09542123748282 (diff)
build(deps): update golang docker tag to v1.16.7 (#2254)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 3274125f9..845596acb 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,7 +1,7 @@
# =======================================
# ===== Build image for the backend =====
# =======================================
-FROM golang:1.16.6-alpine AS builder-backend
+FROM golang:1.16.7-alpine AS builder-backend
WORKDIR /go/src/app