build(deps): update golang docker tag (#2293)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
pull/2294/head
renovate[bot] 2021-08-17 13:46:47 +10:00 committed by GitHub
parent 5787892d68
commit 0aba819899
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 5 deletions

View File

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

View File

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

View File

@ -1,7 +1,7 @@
# =======================================
# ===== Build image for the backend =====
# =======================================
FROM golang:1.16.7-alpine AS builder-backend
FROM golang:1.17.0-alpine AS builder-backend
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 =====
# =======================================
FROM golang:1.16.7-alpine AS builder-backend
FROM golang:1.17.0-alpine AS builder-backend
WORKDIR /go/src/app

View File

@ -1,4 +1,4 @@
FROM golang:1.16-alpine
FROM golang:1.17-alpine
ARG USER_ID
ARG GROUP_ID