build(deps): update golang docker tag to v1.17.1 (#2359)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
pull/2360/head
renovate[bot] 2021-09-10 09:30:52 +10:00 committed by GitHub
parent d61826cc60
commit 8cda5ef003
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
# ======================================= # =======================================
# ===== Build image for the backend ===== # ===== Build image for the backend =====
# ======================================= # =======================================
FROM golang:1.17.0-alpine AS builder-backend FROM golang:1.17.1-alpine AS builder-backend
WORKDIR /go/src/app WORKDIR /go/src/app

View File

@ -1,7 +1,7 @@
# ======================================= # =======================================
# ===== Build image for the backend ===== # ===== Build image for the backend =====
# ======================================= # =======================================
FROM golang:1.17.0-alpine AS builder-backend FROM golang:1.17.1-alpine AS builder-backend
WORKDIR /go/src/app WORKDIR /go/src/app

View File

@ -1,7 +1,7 @@
# ======================================= # =======================================
# ===== Build image for the backend ===== # ===== Build image for the backend =====
# ======================================= # =======================================
FROM golang:1.17.0-alpine AS builder-backend FROM golang:1.17.1-alpine AS builder-backend
WORKDIR /go/src/app WORKDIR /go/src/app

View File

@ -13,7 +13,7 @@ RUN yarn install --frozen-lockfile && INLINE_RUNTIME_CHUNK=false yarn coverage
# ======================================= # =======================================
# ===== Build image for the backend ===== # ===== Build image for the backend =====
# ======================================= # =======================================
FROM golang:1.17.0-alpine AS builder-backend FROM golang:1.17.1-alpine AS builder-backend
WORKDIR /go/src/app WORKDIR /go/src/app