diff --git a/Dockerfile b/Dockerfile index 8b3666cf..9b10f19d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/Dockerfile.arm32v7 b/Dockerfile.arm32v7 index 5f2ca192..9c5eba64 100644 --- a/Dockerfile.arm32v7 +++ b/Dockerfile.arm32v7 @@ -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 diff --git a/Dockerfile.arm64v8 b/Dockerfile.arm64v8 index e7bb1001..1f3d26ba 100644 --- a/Dockerfile.arm64v8 +++ b/Dockerfile.arm64v8 @@ -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 diff --git a/Dockerfile.coverage b/Dockerfile.coverage index b2868384..ef73ef19 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.7-alpine AS builder-backend +FROM golang:1.17.0-alpine AS builder-backend WORKDIR /go/src/app diff --git a/internal/suites/example/compose/authelia/Dockerfile.backend b/internal/suites/example/compose/authelia/Dockerfile.backend index 7a7b258c..5039c4c2 100644 --- a/internal/suites/example/compose/authelia/Dockerfile.backend +++ b/internal/suites/example/compose/authelia/Dockerfile.backend @@ -1,4 +1,4 @@ -FROM golang:1.16-alpine +FROM golang:1.17-alpine ARG USER_ID ARG GROUP_ID