diff --git a/Dockerfile b/Dockerfile index 1d0f47c5a..18289e04f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # ======================================= # ===== 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 diff --git a/Dockerfile.arm32v7 b/Dockerfile.arm32v7 index 28cddcf6d..ba8315e65 100644 --- a/Dockerfile.arm32v7 +++ b/Dockerfile.arm32v7 @@ -1,7 +1,7 @@ # ======================================= # ===== 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 diff --git a/Dockerfile.arm64v8 b/Dockerfile.arm64v8 index b6c06d7e6..fcbfa0d0e 100644 --- a/Dockerfile.arm64v8 +++ b/Dockerfile.arm64v8 @@ -1,7 +1,7 @@ # ======================================= # ===== 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 diff --git a/Dockerfile.coverage b/Dockerfile.coverage index 359f693a8..5f1bece69 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.17.0-alpine AS builder-backend +FROM golang:1.17.1-alpine AS builder-backend WORKDIR /go/src/app