diff --git a/Dockerfile b/Dockerfile index 49ad2ecce..ced510a5e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # ======================================= # ===== Build image for the backend ===== # ======================================= -FROM golang:1.16.5-alpine AS builder-backend +FROM golang:1.16.6-alpine AS builder-backend WORKDIR /go/src/app diff --git a/Dockerfile.arm32v7 b/Dockerfile.arm32v7 index ec0b69341..bfced427b 100644 --- a/Dockerfile.arm32v7 +++ b/Dockerfile.arm32v7 @@ -1,7 +1,7 @@ # ======================================= # ===== Build image for the backend ===== # ======================================= -FROM golang:1.16.5-alpine AS builder-backend +FROM golang:1.16.6-alpine AS builder-backend WORKDIR /go/src/app diff --git a/Dockerfile.arm64v8 b/Dockerfile.arm64v8 index baee6d180..9d0985747 100644 --- a/Dockerfile.arm64v8 +++ b/Dockerfile.arm64v8 @@ -1,7 +1,7 @@ # ======================================= # ===== Build image for the backend ===== # ======================================= -FROM golang:1.16.5-alpine AS builder-backend +FROM golang:1.16.6-alpine AS builder-backend WORKDIR /go/src/app diff --git a/Dockerfile.coverage b/Dockerfile.coverage index 0360bbbcb..225ed9a01 100644 --- a/Dockerfile.coverage +++ b/Dockerfile.coverage @@ -13,7 +13,7 @@ RUN yarn install --frozen-lockfile && INLINE_RUNTIME_CHUNK=false yarn coverage # ======================================= # ===== Build image for the backend ===== # ======================================= -FROM golang:1.16.5-alpine AS builder-backend +FROM golang:1.16.6-alpine AS builder-backend WORKDIR /go/src/app