diff --git a/Dockerfile b/Dockerfile index 49ad2ecc..ced510a5 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 ec0b6934..bfced427 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 baee6d18..9d098574 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 0360bbbc..225ed9a0 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